-
Notifications
You must be signed in to change notification settings - Fork 765
Teardown -> stack branch -> setup workflow supported? #12146
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
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
Just wanted to drop by and add that I always refer to Maybe that helps to see what's really there, it would be a severe bug if there would be duplicate stacks like that. |
Notice that branch `A` appears 3 times in the status output.
ca99202 to
bb3a1eb
Compare
|
tsbs.tar.gz |
|
graph.txt Anyway it seems that from what you say, a commit shouldn't appear in 2 stacks like that, so I'll take a further look. |
I think ideally we would have only one stack with two branches in it (one on top of the other), but I can take a look after you've sent your PR. |

I was further looking into teardown/setup workflows. Is a workflow of teardown -> branch manipulation -> setup something that we want to support? If I teardown, put one branch on the other (with Git commands), and setup, I get branch
Aappearing 3 times in the status output.I could take a look at this, but wanted to check first to make sure that I wasn't digging too much into an unsupported use case.
This is on origin/master. Stacking this on my other PR (#12085) gives the same result (except that there is no
gitbutler/workspacebranch after teardown).