What is the best GUI on OSX for viewing a repository, and (optionally) manipulating it?
|
7
|
|
|
|
|
|
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 |
||||
|
|
|
gitx is nice. It's like gitk but with a real OS X interface. |
||
|
|
|
|
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 gitx:Homepage: http://gitx.frim.nl/ gitnub:Homepage (and github wiki): http://wiki.github.com/Caged/gitnub |
||
|
|
|
|
You could try gitnub. It's great for viewing git logs and looks very pretty. |
|||
|
|
|
|
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. |
||
|
|
|
|
Terminal.app? :-) |
||
|
|
|
|
I really like the git package for Textmate, but the best place to work with git is really the terminal. |
||
|
|
|
|
@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). |
||
|
|
|
|
I found out that there is a new Java based client, SmartGit, on the horizont. |
||
|
|
|
|
try gity: http://macendeavor.com/gity |
||
|
|
