keith / git-pile

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

Make submitpr support submitting a stack #27

Open keith opened 1 year ago

keith commented 1 year ago

Right now you can run git submitpr --onto foo to submit a single PR against an specific sha, theoretically we could support something like git submitpr sha1...sha2 that submitted multiple stacked PRs. I could potentially see this specific UX to be used for submitting multiple non-stacked PRs, so I'm not sure what the best path is, but this could be nice a improvement