Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Is there a similar piece of software to SourceTree, a GUI for git, for Linux? I know about Giggle, git cola, etc. I'm looking for a beautiful, easy to use GUI for git.

share|improve this question
There are GUIs for git, yes. What features do you expect from that program? Don't assume that people have heard of SourceTree. – Gilles Sep 18 '12 at 1:08
@Gilles added a link to sourcetree. I'm looking for general git support, but something that's easy to use, and easy to look at. – gms8994 Sep 18 '12 at 1:10
2  
Refer to the following links: [Git GUI client for Linux][1] [A pretty and feature rich git GUI for Linux][2] [1]: stackoverflow.com/questions/1516720/git-gui-client-for-linux [2]: stackoverflow.com/questions/2141611/… – Dejian Sep 18 '12 at 4:06
1  
Something wrong with the standard interfaces: git gui plus gitk? – ire_and_curses Sep 18 '12 at 5:18
how about gitg? – aGr Apr 8 at 13:14

1 Answer

A nice alternative is SmartGit. It has some very similar features to SourceTree and has built in 3-column conflict resoluvtion, visual logs, pulling, pushing, merging, syncing, tagging and all things git :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.