SushiHangover

PowerShell, Learn it or Perish ;-)

master nix
Gitter

SmartGit - The best git GUI there is... and its free

Syntevo’s SmartGit is a Git client with Mercurial and Subversion support, and while I can not comment on its mg or svn support, its git and GitHub support is amazing. And the best thing is SmartGit is free for non-commercial use and runs on Mac OS X, Windows and Linux. Commercial licenses seem to be very reasonable and on par with other commercial git products.

When you are merging or rebasing hundreds of changing, doing that by hand from the cmd line is dreadful… I’ve been merging the newer branches of Mono into PlayScript and it can be painful since the Apache open-source version PlayScript was pulled by Zynga from Github two years ago without warning. When you are looking at hundreds of commits, and in a couple of cases, thousands of changes in between release tags and branches of Mono, doing that via the cmd line is doable, but it will give you nightmares. The SmartGui interface just works; walking the source tree, staging/unstaging, ours/theirs resolver, 3-way visual resolver/merge, markdown support, Github integration, etc… is just fast and clean and once you learn a few keystroke shortcuts that merge do done in a heartbeat. ;-)

I’ve used a couple of other git GUIs and merging and rebasing in them just not seem intuitive and the speed of their interfaces when dealing with a repo as large as Mono is killing me and I’ve ended up back in the cmd line.

I’m not going to do a full and comparative review as this product is free for non-commercial use, so just download a copy and take it for a test drive yourself. I doubt you would will be disappointed.

Comments