Git Client for OS X & Windows? [closed]
Does anybody know of a stable release of a GUI Git Client?
Preferrably one that can run on both Mac OS X & Windows.....
Heard about SmartGit but it's still in Beta and i'm not sure I have time for trial and error.
If not, A stable one for either OS would be suitable too.
Kind regards
**EDIT:
I have read the list of potential clients that is hosted on the wiki for GIT..... I am simply asking for advice from people who have used GIT Clients....
This one is a variation of TortoiseSVN for Windows only
https://tortoisegit.org/
I use msysgit, and although it is still a preview release, I've had good luck with it. If you're looking for a stable release on windows you can either go with the officially supported cygwin install (it's not fun), or wait a little longer.
Before someone else says it, you could always install CYGWIN and run GIT natively, however I am not a fan of that!
I found this - Msysgit which appears to be a native Windows implementation of Git.
For Windows, I highly recommend the already mentioned TortoiseGit. Once installed it is a dream to work with but make sure you also grab Putty to handle the SSH keys side.
As for Mac, I recently found Gitti which works extremely well for me. I find the other clients to be bloated.
Also if you using Xcode 4 or RubyMine on the Mac you'll find that they have native Git clients built-in that work quite well. If you're using Visual Studio I recommend using Git Extensions.