Replies: 1 comment 1 reply
-
The main things stopping us from using more than one branch are:
The rest of the functionality, like moving/restacking/undo should work fine with multiple branches.
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Frequently, developers have to deal with patching prior releases and have to work on those branches.
git-stack
takes the approach of supporting many "main" branches to handle these cases, calling them "protected branches" (indicating what git-stack should not mutate).Beta Was this translation helpful? Give feedback.
All reactions