Question

Can anyone recommend a good repository viewer for Git, similar to gitk, that works on Mac OS X Leopard? (I'm not saying gitk doesn't work)

Of course I would like a native Mac application, but as I haven't found any, what are the best options to gitk?

I know about gitview, but I'm looking forward to evaluate as many alternatives as possible.

http://sourceforge.net/projects/gitview

Was it helpful?

Solution

There's also gitx, it's progressing well and under active development (multiple commits per day).

OTHER TIPS

SourceTree is a great solution for me

There are a couple under development.

I don't know if there are any that have hit 1.0.

Try SourceTree. It's currently a free Mac client for Git that also supports Mercurial and SVN.

http://www.sourcetreeapp.com/

It has the cleanest UI interface I've seen out of the handful that I have tried.

Gitty is under development right now, basically I am working on it and it is in turn working off of BazaarX which is under heavy restructuring right now. Gitty will essentially be BazzarX with the Bazaar backend ripped out and a GIT backend put in instead and any UI tweaks made for GIT Differences from Bazaar (ie hashes instead of version#'s,etc. The good news is that as developers on BazaarX we have got our act together and have our respective assignments for what area of BazaarX to work on and BazaarX is being designed to be VCS agnostic which will make my job of integrating GIT Into it much easier. We also have a bunch more people working on BazaarX now which makes my job of working on Gitty easier.

Currently Gitty is the only native/Cocoa app for this that i am aware of. I can't say when i'll be done and hit 1.0 but I am happy with the direction I am going on in Gitty and BazaarX.

How about SmartGit?

As horrible as it looks, the git gui and gitk commands are as good as any.

GitX looks extremely promising, and very Mac-like (things like QuickLook'ing any file in any revision). Gitnub is probably the furthest along in development, but it has no concept of branching currently, and is pretty basic (it does far less than gitk)

I would recommend on using this experimental version of GitX, by Nathan Kinsinger at http://github.com/brotherbard/gitx/commits/experimental until it gets merged into the main program. I have been using it for some time now, and haven't had any problems. You will have to manually clone the repository and build it in XCode. I has a way better interface than GitX, as well as more features.

1.6 comes with Git GUI that works pretty well on my Mac.

I'm using git gui and gitk on leopard with the latest git from mac port. Works great for me.

GitX is great; along with the command line tool, it's what I use.

If you want to make gitk look slightly less ugly (decent fonts and native Mac widgets) it can be done: http://effectif.com/git/making-gitk-look-good-on-mac

You should checkout Sprout (formerly GitMac). http://sproutmacapp.com it focuses on making Git easy, and browsing and committing changes in your projects

http://sproutmacapp.com

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top