Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

`git rebase -i origin/main` (or HEAD~N or any other base) with the e/edit action on selected commit will do the same with only built in functionality.


Yep, and git-prev-next is built on interactive rebase. It's just a lot faster to run `git prev`, compared to `git rebase -i HEAD^^` and then muck around in a text editor.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: