Hacker News new | ask | show | jobs
by happyvalley 2713 days ago
Fork is a great Git GUI with a very "Mac-like" interface (also available for Windows): https://git-fork.com

I use it for some git operations when I would be slower on the command line, and I can highly recommend it. The UI is very polished! Bonus: I can open it from the command line with a simple "fork" command.

2 comments

Thanks! I will try that over SourceTree! Do you know how it compares? Especially with other clients like Kraken / Tower?
You should also give Sublime Merge a go. I'm mostly a CLI git user, but Sublime Merge is so lightweight (and intuitive to someone who knows git), it's had me using it quite a bit.
I haven't really used any of the other clients long enough to give you a solid answer.

For me, Fork just works, I can scroll through the commits easily, file trees are available as a tab for each commit. The UI is very easy to use and discoverable, that's why I like it.

That looks really good! Thanks for sharing it.