keith / git-pile

Stacked diff support for GitHub workflows
MIT License
146 stars 11 forks source link

Make rebasepr support multiple rebases at once #26

Open keith opened 1 year ago

keith commented 1 year ago

If you have a stack of PRs right now, you have to manually run rebasepr on each one as the bottom of the stack merges. Ideally you could do git rebasepr -n 3 or git rebasepr sha1...sha2 or something similar to virtually just do a for each commit, rebase it