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?
|
GitHub for Windows came out recently. It manages local repos as well as supports pushing to github.com. I have been playing with it and must say it is fantastic. |
||||
|
|
|
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.
The Eclipse Egit plugin also makes progress. (see its wiki)
For all those tools, I manage just fine with Git on Windows. |
||||
|
|
|
You can use gitextensions with Visual Studio. Otherwise I believe you're going to need to get acquianted with the command line. |
|||||
|
|
SmartGit is quite good although not fully featured yet. The only thing puting me off it is the lack of "blame". But it looks like they're aiming for full functionality so they'll certainly implement it in the future. |
|||||
|
|
You should also take a look at
|
|||
|
|

