Remix.run Logo
cmrdporcupine 3 hours 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.

skydhash 3 hours ago | parent [-]

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.

ks6g10 3 hours ago | parent [-]

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.