Ask HN: What Git GUI client do you use?
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 ] threadThe next best free and native Git GUI client had I not bought Fork would have been SourceTree [1].
[0] https://fork.dev/
[1] https://www.sourcetreeapp.com/
but I like using GitKraken (https://www.gitkraken.com) more than Fork.
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).
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.