keith / git-pile

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

Add --base to git-submitpr #49

Closed keith closed 1 year ago

keith commented 1 year ago

This is helpful if you want to target your commits to a separate feature branch, while still maintaining a local stack of all your combined commits, even ones that aren't targeting that feature branch. It's still up to you to handle rebasing these and resolving conflicts.