You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point, there is no way to remove the stack from local. Running github stack view lists it still, but attempting to switch to it throws this error:
✗ failed to checkout branch <branch-name>: failed to run git: error: pathspec '<branch-name>' did not match any file(s) known to git
Because it does not list a stack number in this view, there is also no way to run unstack.
There's a chance this is only an issue when there is only one branch in the stack, but it should still work regardless (for cases where it was determined no other work is needed, or later branches were removed so the stack only had one remaining).
Request - after syncing a stack that has been merged (even if only one PR in it), the stack should be deleted locally too.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Steps:
At this point, there is no way to remove the stack from local. Running
github stack viewlists it still, but attempting to switch to it throws this error:Because it does not list a stack number in this view, there is also no way to run
unstack.There's a chance this is only an issue when there is only one branch in the stack, but it should still work regardless (for cases where it was determined no other work is needed, or later branches were removed so the stack only had one remaining).
Request - after syncing a stack that has been merged (even if only one PR in it), the stack should be deleted locally too.
All reactions