vote up 11 vote down star
7

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

flag

10 Answers

vote up 6 vote down check

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.

link|flag
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
vote up 28 vote down

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

link|flag
vote up 10 vote down

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|flag
vote up 5 vote down

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

link|flag
vote up 2 vote down

If you are using git-gui, you might also find this 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|flag
vote up 1 vote down

Terminal.app? :-)

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

@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|flag
vote up 0 vote down

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

SmartGit Website

link|flag
vote up 0 vote down

try gity: http://macendeavor.com/gity

link|flag

Your Answer

Get an OpenID
or

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