Possible Duplicate:
Git gui client for Linux
Does anybody know a good GUI for git on Linux Ubuntu?
Possible Duplicate:
Git gui client for Linux
Does anybody know a good GUI for git on Linux Ubuntu?
The canonical interface has to be gitk
for repository browsing, complemented by git gui
for making changes. They are available anywhere and are probably the most fully-featured interfaces, as they are written as part of the git project.
Giggle is a GNOME-based git front-end, which allows you to browse the history of the repository as well as commit changes. It doesn't have as much support (yet, I assume) for merging or for remote operations, but it does look nicer than git's own tools, using standard platform features.
I use qgit
it is quite a good GUI for me at least. It is in the default repositories.
SmartGit is also nice will lot of Git features implemented. http://www.syntevo.com/smartgit/index.html
gitg
is a good one I think. It's a lot like GitX for Mac OS X. tig
is an interesting graphical display and interactive repo viewer in the command line. http://jonas.nitro.dk/tig/manual.html#viewer