Including the root branch when doing the rebase #215
mittalyashu
started this conversation in
Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is both a question and feedback. I couldn't find any relevant flags or commands in
gh stackCLI.After initializing the stack using
gh stack initcommand. It creates a new branch from the default branch.gh stackCLI infers git default branch as trunk / root branch, off of which the stack is created.For example:
When
gh stack rebasecommand is run on thestacked-pr-1stack.It starts rebasing with
stacked-pr-1as base branch.What I was expecting it to have a flag which would include even the root/trunk branch during the rebase as well.
Even Graphite CLI has similar workflow.
Beta Was this translation helpful? Give feedback.
All reactions