Hacker News new | ask | show | jobs
by littledot5566 4871 days ago
Thanks for all the hard work! As a git noob, this is extremely useful to me. Thanks again!

By the way, what are some recommended git GUIs for linux?

2 comments

Not OP but my feeling is that none of the git GUIs are particularly good or feature complete and I usually end up having to drop to a command line if I want to do anything interesting. That said, I really like `gitg` for its tree view and generally looking relatively nice, but I think functionality wise nothing really matches git gui and gitk, despite how ugly they are. Qgit is also kind of nice.
I love SmartGit. It runs on Mac OS X, Windows and Linux.

http://www.syntevo.com/smartgithg/index.html

This. It's the only UI tool that I know that is powerful enough for everyday work, yet simple enough to understand for noobs because it can't do everything that Git can. Sometimes, you'll have to use the shell, still, if you're a power user. Which is fine!

Colour me impressed.