Gittyup, a fork of GitAhead, is my favorite.
Comment on xkcd #1597: Git
floofloof@lemmy.ca 1 year agoIs there a really good free Git GUI for Linux? I have tried a bunch of them but all the good ones seem to be paid.
fury@lemmy.world 1 year ago
floofloof@lemmy.ca 1 year ago
Thanks. I’ll check it out.
aliceblossom@lemmy.world 1 year ago
I like SourceTree and it’s free. I don’t use it all the time, but if I’ve made a bunch of changes debugging something and I want to easily discard all of the debugging-only changes, the UI makes it really easy to commit or discard individual lines from the changeset.
Additionally, I set up an alias to open it from the command line (
stree
) and have it show whatever git directory I opened it from.floofloof@lemmy.ca 1 year ago
Will it run on Linux? I use Sourcetree on Windows but didn’t think it was available for Linux.