Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
maxekman
on July 24, 2022
|
parent
|
context
|
favorite
| on:
In Praise of Stacked PRs
`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.
ridiculous_fish
on July 24, 2022
[–]
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: