Ask HN: What Git GUI client do you use?
7 comments
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.
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.
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 use Fork. [0]
The 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/
The 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/
currently I'm using Fork.
but I like using GitKraken (https://www.gitkraken.com) more than Fork.
but I like using GitKraken (https://www.gitkraken.com) more than Fork.
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).
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).
there actually seem to be a lot of different clients since i last checked..
so what do y'all use?