Hacker News new | ask | show | jobs
by cmrdporcupine 3 days ago
I really love the emacs interactive rebase mode, which comes up by default when you have EDITOR=emacs and do rebase -i.

I know you can do this from within magit as well but I've never gotten into that workflow.

1 comments

The nice thing with magit is how easy it is to manipulate hunks and line, truly editing commits with a surgical precision, all with an handful of keybindings.
Even just rebase fixup a commit that is a few commits below HEAD is just a few chords away. Use it many times a week when working.