Hacker News new | ask | show | jobs
by mackrevinack 1547 days ago
a nice feature of sublime merge that i haven't seen in other programs is actually showing you the git commands that will run when you press whatever button
4 comments

Also the ability to create custom menu items (e.g for any context menu) for whatever command you desire. It's a game changer for me that I haven't seen in any other git client.

Also it's lightning fast and relatively bug free compared to the mess that is Sourcetree, which used to be my favorite client but then went utterly downhill.

I don't know if it's on par with SM, but Git Fork has a system for custom commands which result in custom context menu entries in most cases.

It uses categories like per-commit or per-branch commands.

Magit does this
Sourcetree also shows the git commands it runs, but not before it runs them.
i believe the IntelliJ Git tool window does this as well FWIW