Init from the current stacked branches #240
adjerbetian
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.
-
If I already have some stacked branches
gh stack initshould take all those branches into account (create a stack offeature/a>feature/b>feature/c.Today, it only proposes to use the current branch (
feature/c) as the first layer.The only way to create the full stack is to use
git stack init feature/a feature/b feature/cmanually.Beta Was this translation helpful? Give feedback.
All reactions