Hacker News new | ask | show | jobs
by ArtRichards 1553 days ago
I was looking a few years ago for a GUI for git, on linux. I eventually settled on SmartGit, been using it since..

https://www.syntevo.com/smartgit/

Anyone have alternatives for Linux?

2 comments

http://git-cola.github.io/ has all of the nice split-patch index editing stuff (and much more) and is vimmish in its keyboard interactions.
I haven’t used it in years, but magit is really great.

Nowadays I just do a few rounds of git add -p; commit, or trusty ole git commit -av