Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chained PR submission #3

Closed
keith opened this issue Jun 18, 2022 · 3 comments
Closed

Chained PR submission #3

keith opened this issue Jun 18, 2022 · 3 comments

Comments

@keith
Copy link
Owner

keith commented Jun 18, 2022

While chained PRs isn't really the goal of git-pile, and it doesn't really help you with merging things, or anything on the GitHub side of things. It mostly just works if you create the PRs with the right bases, and squash and merge. I have a prototype of this here keith/dotfiles#14 that I should finish up

@iainsmith
Copy link
Contributor

iainsmith commented Jul 6, 2022

👋 @keith. I was experimenting with this and was wondering if --onto might be a good flag for this, similar to git rebase --onto. I appreciate the flags aren't quite in the same order, but IMO it feels like a natural extension.

git submitpr head --onto head~2

What do you think?

Happy to raise a PR from iainsmith@7ff4d6f (which is a tweak of keith/dotfiles#14) if you are happy with it.

@keith
Copy link
Owner Author

keith commented Jul 6, 2022

Nice! yea I like the --onto wording, it's much nicer than the --commit arg I had. I think that change looks good if you want to submit a PR! 🎉

@keith
Copy link
Owner Author

keith commented Jul 25, 2022

#16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants