Best Linux Git GUI/Browser
Since moving to Linux, I’ve also moved to Git (from SVN) and have found it to be a reliable friend that, as a technology, is a significant step up from SVN. But, as a usable productivity tool, I definitely felt the sting of Git’s “hardcore h4×0r” roots in its lack of a GUI that is in the same league as Tortoise SVN. 
But there is hope. And it comes from the unlikeliest of sources: my IDE, Rubymine.
Rubymine’s Git integration is superb. It supports hierarchical browsing of your current branch, in exactly the manner of Tortoise. It also offers:
- Directory-based, graphical means to be able to revert changed files or directories
- Ability to see a history of changes to a file (and return to an older specific version, if desired) along with one-click access to visual diff
- Ability to mass merge files in different branches by batch selecting them and choosing a merge method (i.e., “Use branch A version” or “Use branch B version”… it also supports manual merging via a graphical merge tool)
- One click comparison of your current file to the current repository file
In a nutshell, nearly all of the efficiencies that TortoiseSVN provided as a graphical source control tool for Subversion, Rubymine provides for Git. With one exception — that I have implored the creators of Rubymine to consider adding — the ability to see the history for a directory (rather than a file) within your project. Knowing the crack team of Rubymine developers, the feature will probably be on the way soon, but even before its arrival, they’ve still managed to build the best pound-for-pound Git graphical interface I’ve been able to uncover.
