Is there an easy way to create multiple PRs at once? #1362
-
I'm coming from tools like I'm looking for something like
and each of these branches is not tracking an upstream, nor pushed, nor has a PR, then I run
Where 523 is a single PR that contains all commits from all 3 of those branches. What I want is something like this:
With separate stacked PRs for each named branch. I can do this manually via Alternatively, I think this suggestion to support this behavior during |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I have no idea if git-machete could support this But thanks for letting me know git spr I assume it's this project I will give it a try |
Beta Was this translation helpful? Give feedback.
-
Hey, this will be implemented soon as a part of |
Beta Was this translation helpful? Give feedback.
-
Update, there's already |
Beta Was this translation helpful? Give feedback.
Hey, this will be implemented soon as a part of
traverse
flow, controlled by a flag (something like--sync-github-prs
)