Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cmrdporcupine
63 days ago
|
parent
|
context
|
favorite
| on:
Git rebase -i is not that scary
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
63 days ago
[–]
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
63 days 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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I know you can do this from within magit as well but I've never gotten into that workflow.