Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking at porting my projects to Git from SVN (I'm convinced that Git is worth the move) and I'm trying to come up with a set of tools to use for the project. I've googled around for some tools but I wasn't really impressed with what I found.

What visual tools are recommended for Git users on Mac OS X? What about Windows? (I have multiple development environments and I need git tooling in each one of them)

share|improve this question
1  
duplicate: stackoverflow.com/questions/83789/… – Nick Dandoulakis Sep 17 '09 at 17:05
2  
When I read 'Is there a good (visual) Git tool for Mac OS X or Windows?' I feel sorely tempted to answer 'yes, there is', and leave it at that ;) . – Alterlife Sep 17 '09 at 17:19
There are differences in the questions, but given that he accepted an answer that only addressed the question asked in 83789, I'm calling it a dup too. – T.E.D. Sep 17 '09 at 17:40
I couldn't accept two, but the question was answered through multiple posts. Sorry about that. – Malaxeur Sep 17 '09 at 17:49

10 Answers

up vote 13 down vote accepted

Here's one for Mac: GitX

share|improve this answer
This looks pretty good! Thanks! – Malaxeur Sep 17 '09 at 17:18
+1 for gitx, it is part of my everyday workflow now. – Ben James Nov 13 '09 at 14:29
Here's one better: GitX(L) gitx.laullon.com. Its the same GitX you know and love, but with more features. I prefer it to the original – carleeto Oct 6 '11 at 23:04

Windows has TortoiseGit. It is not as mature as TortoiseSVN, but I've been using it and it works well enough for my purposes.

share|improve this answer

Try Git Extensions.

share|improve this answer
I have not come across a better free Git GUI for Windows. – carleeto Oct 3 '11 at 20:33

Source Tree (for MAC)

share|improve this answer
I have used a few tools now and this is one of the best. Plus, it's free. – Benny Jul 20 '12 at 2:48

In the vein of teaching how to fish: take a look at https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools page on Git Wiki, which has section about GUIs.

Git Homepage also has section about GUIs: http://git-scm.com/downloads/guis

share|improve this answer
This is a great resource, thanks! – Malaxeur Sep 18 '09 at 23:53

There is a native port of Git to Windows, called mysysgit.

If you use Eclipse, there's a Git client that hooks into that - egit. TortoiseGit is a standalone GUI client. Git#/GitSharp is a client for git for .NET.

Mac users will hopefully be able to provide some examples for MacOS.

Enjoy it!

share|improve this answer

GitGui comes with git. It has always worked great for me. Is there some problem you have with it?

share|improve this answer
i cant figure out how to Start it in mac os x – Johannes Rudolph Sep 18 '09 at 21:17
The command is "git gui" – carleeto Oct 3 '11 at 20:32
@carleeto - It is now. Two years ago when I wrote this answer, git-gui also worked. – T.E.D. Oct 4 '11 at 14:44

Git extensions for Windows works great and integrates with Visual Studio (if you need it). I haven't tried TortoiseGit, but I've heard it's not quite ready.

On Mac, I've tried GitX and wasn't very impressed. It seems to missing many of the git commands and I have to use the terminal on a regular basis. There is another one called Gity, but it's very new and I have not tried it yet. It is free now, but I think that will end once it reaches 1.0.

share|improve this answer

I'm surprised nobody has mentioned Tower for Mac OSX.

Here is a screenshot: enter image description here

share|improve this answer

For OSX I don't like Tower. I have had too many crashes and problems. On the other hand, Source Tree works very well. Albeit it requires a bit more understanding of git itself. IMO Tower is no Cornerstone. I wish Cornerstone would support GIT.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.