The equivalent of websvn for Git

561 Views Asked by At

Am currently using websvn in my server to visualize svn branches.

Since i've recently introduced Git, i'm looking for an equivalent to graphically see git

1

There are 1 best solutions below

4
CodeWizard On

Type gitk in your git bash, its a build in GUI tool for Git.

enter image description here


The better option is to install SourceTree

enter image description here