up vote 123 down vote favorite
56
share [g+] share [fb]

What is the best GUI on OSX for viewing a Git repository, and (optionally) manipulating it?

link|improve this question

68% accept rate
6  
should turn this into a wiki – Sheehan Alam Jul 28 '10 at 4:41
related: stackoverflow.com/questions/455698/… – Cawas Nov 17 '10 at 19:54
feedback

closed as not constructive by Tim Post Aug 24 '11 at 9:51

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

protected by Cody Gray Feb 27 '11 at 13:52

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

24 Answers

up vote 26 down vote accepted

git-gui is bundled with git and should be exactly what you you're looking for. (gitk is an older app that isn't as functional or pretty.)

It's a Tcl/Tk app, so you may need to install some frameworks: http://tcltkaqua.sourceforge.net/

Having said all of this, I just use the command line too :) But this GUI is great for getting the hang of things before the cmdline options become familiar.


Update some 18 months later.

These days I use Gitx for basic branch viewing and committing, and the command line for more complex tasks. I wrote this answer after just starting to use Git, and never actually used git-gui personally; at the time it answered the question, that's all.

link|improve this answer
1  
Since asking the question, I've also found GitNub – sanity Sep 17 '08 at 15:25
Wow, that's nice. Hadn't seen that yet. – Will Robertson Sep 17 '08 at 15:27
4  
Have you seen anyone choosing to actually use git-gui in the daily work instead of the command-line? – UncleCJ Apr 20 '10 at 9:37
1  
The link tcltkaqua.sourceforge.net is broken. – Cedrik Aug 3 '10 at 14:48
5  
A friend just pointed me to git-tower.com. Looks brand new, maybe interesting... – Dave Peck Dec 3 '10 at 23:18
show 2 more comments
feedback

gitx is nice. It's like gitk but with a real OS X interface.

link|improve this answer
GitX is AWESOME. Actively maintained and great UI. I just spent over an hour trying to get GitNub working (eventual success after installing RubyCocoa, Grit and Open4 then Built from source - binaries were outdated and crashed on OS X 10.6.3). Once I had GitNub running I was not impressed. The 'network' view just shows the GitHub.com page. GitX is FAST. With all the features I need. – Chris Jacob May 20 '10 at 4:46
1  
sadly, it's been stalled for the last year although there are a few people interested in keeping it going. There are a few forks that need merging, see groups.google.com/group/gitx/browse_thread/thread/… – Andy Dent Oct 13 '10 at 16:26
2  
This AWESOME 8-) fork: brotherbard/gitx/GitX Nov-17-2010.zip Experimental branch (release 4) truly turns GitX into a one-stop-shop for everyday git operations! – conny Aug 17 '11 at 7:18
2  
brotherbard/gitx development stopped in Nov 2011. The most active fork is currently laullon/gitx, updated yesterday. – Andrei Aug 24 '11 at 9:07
Yeh, look into Andrei's suggestion, I've removed my brotherbard endorsement, I was getting voted down too much..... – Big Rich Aug 24 '11 at 14:15
feedback

http://www.git-tower.com/ is also looking promising.

link|improve this answer
3  
i agree. git tower is shaping up to become what versions app was for svn. – chimerical Dec 1 '10 at 21:13
1  
Yeah, but is it worth the price when gitx is free? – sanity Apr 20 '11 at 13:44
@sanity: I'd say yes. I've used both of them and decided to stick to Git-Tower. The only things annoys me is that its icons aren't very Mac-ish. – Ivan Aug 19 '11 at 5:33
It's great but at $65+ way overpriced considering the pretty decent OSS alternatives. – Matt Zukowski Oct 14 '11 at 21:07
feedback

There are two fairly popular ones. Both have a good deal of "pretty" to them, too :). I've used gitx occasionally, and never really used gitnub. If you care, both are pretty easy to compile, and I've included the git clone commands for each below.

gitx:

Homepage: http://gitx.frim.nl/
gitx on Github: http://github.com/pieter/gitx/tree/master
Git clone command: git clone git://github.com/pieter/gitx.git

gitnub:

Homepage (and github wiki): http://wiki.github.com/Caged/gitnub
Git clone command: git clone git://github.com/Caged/gitnub.git

link|improve this answer
2  
is gitnub actively maintained at all? – Carter Tazio Schonwald May 17 '10 at 3:51
feedback

I use brotherbard's fork of GitX. So far it has served me well and has more features and UI than the latest stable build of the official GitX.

http://wiki.github.com/brotherbard/gitx/

EDIT: As stated in the comments to my answer, I have since switched to laullon's fork of GitX at http://gitx.laullon.com/.

link|improve this answer
thnx! very nice improvement! – alex Sep 24 '10 at 23:43
brotherbard/gitx development stopped in Nov 2011. The most active fork is currently laullon/gitx, updated yesterday. – Andrei Aug 24 '11 at 9:11
Yes, I switched to laullon's fork at the beginning of the year. You can also find the latest build on their homepage at gitx.laullon.com. – Scott Martin Aug 29 '11 at 0:07
feedback

try gity: http://macendeavor.com/

(new website: http://gityapp.com )

link|improve this answer
1  
This looks to be more user-friendly version than others. I'm looking for something that co-workers who are not familiar with git can use. – Devon Dec 30 '09 at 17:28
feedback

Compare all the Mac Git clients here http://shiningthrough.co.uk/Mac-OS-X-Git-Clients-Roundup

link|improve this answer
feedback

As of 2011...

It's an old question, but still very relevant. I really liked SourceTree, but if you want to know why SmartGit is my absolute favorite, see the detailed answer I posted here.

Although SmartGit is my favorite since we have a cross-platform team, I do have to say the latest version of SourceTree (1.2.1) rocks. There are a few features that I love that SmartGit doesn't have:

  • the ability to toggle displaying remote branches indicators that show how many commits can be pulled or pushed (SmartGit also shows commits that are available to be pushed, but not with a visual count on the icon like SourceTree, and there is an indication at the bottom right for commits available to be merged, so the information is there as well, just not as intuitive as SourceTree)
  • a new sidebar that makes it really easy to switch between views of branches, tags, remotes, and masters.

Both have really nice log views; for any given commit, it's easy to see what files were involved and what the changes were for that commit with a diff being displayed in a panel. SourceTree shows it right in the main UI, whereas SmartGit forces you to open a separate windows but the diff is prettier to look at...

Anyway, as far as I'm concerned, these are the two premiere GIT GUIs available for OS X.

  • If you must have Mercurial AND Git, choose SourceTree.
  • If you must have cross-platform Git (OS X, Windows, Linux), chose SmartGit.
link|improve this answer
feedback

I found out that there is a new Java based client, SmartGit, on the horizont.

SmartGit Website

link|improve this answer
Nice application and userfriendly – Ivo Trompert Mar 15 '10 at 2:14
SmartGit rocks. – vfilby Apr 22 '10 at 13:59
SmartGit looks promising but broken – I've downloaded version 1.5.2 for the Mac, run it and all I got was "uncaught exception in main method: java.lang.NoClassDefFoundError: com/jidesoft/utils/Lm". Fail. – adib May 21 '10 at 10:56
feedback

Gity ( http://gityapp.com ) became opensource yesterday... I think it cost 20$ before.

Probably Gity is one of the best open-source git-guis available.

link|improve this answer
Gity is really nice. I find that in combination with GitX, I can do about 90% of my daily git tasks without touching the command line. The absolute best Git GUI experience is to be had on Windows though - Git Extensions. The day git extensions is ported to mac is the day I will be happy :) – carleeto Aug 24 '10 at 4:09
feedback

You could try gitnub. It's great for viewing git logs and looks very pretty.

link|improve this answer
feedback

http://gitbox.pierlis.com/

For those of you who are comfortable using the command line for complex tasks, but would like to have an elegant UI for the commands you spend 90% of your time using (add, commit, branch, push, pull).

link|improve this answer
feedback

As of August 2011, there are a number of great options, not least of which is github's own http://mac.github.com which is free.

Gity is still going strong, updated for OS 10.7 (Lion) and feels stable.

Lastly, http://git-tower.com is long out of beta and (in my opinion) is the most full-featured and robust option if you really need all the bells and whistles (at the time of this writing it's $60.)

link|improve this answer
feedback

If you are using git-gui, you might also find OpenInGitGui project useful. It allows you to open git-gui on a location from the finder. Also, I would say that if you don't have a lot of experience with git, you should learn the command line stuff, as that will let you really get to know the ins and outs of git.

link|improve this answer
feedback

Tig is a useful git UI for viewing repositories. Not particularly graphical, however.

link|improve this answer
feedback

Good suggestions above, I would like to add to this also:

http://engineeredweb.com/blog/10/2/smartgit-best-git-gui-so-far
http://cola.tuxfamily.org/
https://git.wiki.kernel.org/index.php/MSysGit:GitCheetah#Git-Cheetah

Edit: there are also IDE's where there may be, or lacking git integration, what are your opinions on these?

Eclipse uses EGit (based on JGit, rumored not to be 100% git-compatible and a bit buggy) IntelliJ Idea git integration I have heard very good things about

Anyway, it is a very crucial issue, and I'd like to see it in general, not only for OS X (maybe there is on SO?). Edit: I've found these related issues:

http://stackoverflow.com/questions/1516720/git-gui-client-for-linux
http://stackoverflow.com/questions/2141611/a-pretty-and-feature-rich-git-gui-for-linux
http://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows
http://stackoverflow.com/questions/102102/are-there-any-good-cross-platform-mac-win32-nix-git-gui-clients

Last time I tried TortoiseGit (on Windows, of course) it was a terribly broken attempt at porting TortoiseSVN.

Nowhere have I really seen anything embracing reasonably normal (some call them "advanced") workflow steps like merge, rebase, diff, log and graph log all in the same GUI. I.e. I haven't yet found a GUI comprehensive enough to recommend to collegues wanting an alternative to learning to use git from the commandline.

Go on, bring in the flames.

link|improve this answer
feedback

Better than Gitx: a gitx fork -> http://github.com/brotherbard/gitx

link|improve this answer
2  
Brotherbard's fork is lightyears ahead of the original project. I don't know why pieter doesn't just hand over the project to him. – Jared Sep 22 '10 at 0:11
1  
or just pull in his changes. – Duke Jun 24 '11 at 6:43
feedback

The goal of Sprout is to provide a clean and simple Mac app to work with repositories, and browse and commit changes.

http://gitmacapp.com

link|improve this answer
1  
It currently costs $35. Could you explain its advantages over free apps, such as GitX (laullon's fork)? – Andrei Aug 24 '11 at 9:25
feedback

Another one: Gitti

link|improve this answer
feedback

I liked GitJungle. People from CodiceSoftware has released a Branch Explorer for Git. It works under Mono, so maybe looks strange in osx, but it works.

It's readonly, so you cannot perform operations from it, but lets you look at your Git repo from a different angle.

Also, here there is a blog post about it. Hope it helps.

link|improve this answer
feedback

@warren_s is right, in a sense. There doesn't really exist a nice, standalone application (like Versions for svn). Your best bet at this point is to get comfy in terminal.

Alternatively: use github.com (at least for viewing).

link|improve this answer
feedback

I really like the git package for Textmate, but the best place to work with git is really the terminal.

link|improve this answer
feedback

I downloaded SmartGit from the above link provided by BastiBense and it works on my Mac OSX. I got the SmartGit version 1.5 and it is showing me the comparison views similar to Beyond and Compare on Windows.

link|improve this answer
feedback

Some would claim that the best SCM GUI is one that is integrated in the IDE. Some even choose SCM based on how well it integrates with their choice of IDE.

Therefore I felt like I should mention that XCode 4 has support for git that is partially excellent. I am particularly found of the blame view and the view for browsing history is also quite brilliant. However, not every part of git is as beautifully integrated, so I use it in conjunction with GitX and the terminal. I find these three to complement each other very well.

link|improve this answer
feedback

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