Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find a decent git gui for windows. Anyone know of one?

I'm running win7 and need a good git client with a GUI. I like bash but it feels clunky in windows. the GUI that comes with the windows package at git's website is missing a lot of stuff too. I'm considering switching to Ubuntu and using Gedit + git instead. What should I do? stay in windows and use Aptana or Komodo with another git client, or switch to Debian/Ubuntu and use the tools there?

like image 409
Robert Hurst Avatar asked Jan 19 '10 04:01

Robert Hurst


3 Answers

You can find all the exisiting Git FrontEnd GUI in this page.

MSysGit just released a "Cheetah" edition, which should be on par with a TorToiseSVN.
Waiting for Cheetah full integration, TortoiseGit is already available

TortoiseGit Context menu

The Eclipse Egit plugin also makes progress. (see its wiki)

Egit


For all those tools, I manage just fine with Git on Windows.

like image 132
VonC Avatar answered Sep 30 '22 05:09

VonC


You can use gitextensions with Visual Studio. Otherwise I believe you're going to need to get acquianted with the command line.

http://code.google.com/p/gitextensions/

like image 29
ta.speot.is Avatar answered Sep 30 '22 04:09

ta.speot.is


You should also take a look at

  • QGit (there is also a windows downoad)
  • TortoiseGit (This is a port of TortoiseSvn
like image 20
Fabian Jakobs Avatar answered Sep 30 '22 06:09

Fabian Jakobs