0

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

CodeWizard
  • 128,036
  • 21
  • 144
  • 167
mohamed wael thabet
  • 195
  • 2
  • 4
  • 12

1 Answers1

1

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

CodeWizard
  • 128,036
  • 21
  • 144
  • 167
  • On Windows, Git Extensions provide great native GUI. – kostix Mar 17 '16 at 15:17
  • Sourctree much much of a better choice – CodeWizard Mar 17 '16 at 15:18
  • I'd refrain from expressing personal opinions, really -- they are unfit for SO. I understand the OP's desire to find a tool that suits their needs but let's be up to the point and merely suggest what's available and let the OP do their own evaluation. That would be way more in line with the SO's guidelines. – kostix Mar 17 '16 at 15:32
  • Those options are only for desktop. Is there anything for web, just like websvn? – Leonardo Montenegro Nov 19 '18 at 12:28