Hacker News new | ask | show | jobs
by nanny 3963 days ago
Try the Magit package for Emacs [1]. You don't have to know (much) Emacs to use it, and it's a really great client.

[1]: https://github.com/magit/magit

2 comments

Magit is AWESOME. It's easily saved me an hour each day (when using git heavily).
Which parts do you enjoy the most ?
It's super easy to create a new branch and push it upstream (especially when creating PRs).

I know I could write a script to do that for me, but there's something so nice about having little things like that already baked in.

What I like most about Magit is staging, unstaging, and reverting hunks.
git cherry picking was nice, under magit it's even better.