Ask HN: What Git GUI client do you use?

3 points by modzu ↗ HN
I find github desktop pretty convenient on win/macOS but their unofficial linux builds (sadface) are still too shoddy for daily use.

there actually seem to be a lot of different clients since i last checked..

so what do y'all use?

7 comments

[ 5.1 ms ] story [ 23.1 ms ] thread
Tig
(comment deleted)
I mostly use the command line but when I need a GUI I find the built-in Git integration in JetBrains IDEs to be sufficient.
I mostly use plain command-line git.

But I also run gitk when things get a bit messy and I want to visualise the status of my local repository (and avoid making the situation worse).

I'm using and loving gitkraken ! A lot of git functionalities are accessible in one or two clicks. The UX is really well thought and I personally like the UI. I'm using it for 3/4 years and I'm sure everyone can improve and speed his git workflow by using gitkraken. Super efficient specially if you work with multiple repo / submodules.

Seriously, how can you work without visualizing a git tree like gitkraken does it for you ? I can't go back to a full git-cli workflow... I didn't find any equivalent or real challenger. The only drawback is that it's not open source and free to use with private repo.