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
Currently there is add which adds a new branch to the stack, but no remove which would remove it. unstack is close, but I only managed to remove my whole stack and needed to start over 😬 This would also allow to "map out" the idea first as a plan more easily
As a workflow:
gh stack init
gh stack add <branch_A>
gh stack add <branch_B>
gh stack add <branch_C>
# oops I actually don't need B
gh stack remove <branch_B>
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.
-
Currently there is
addwhich adds a new branch to the stack, but noremovewhich would remove it.unstackis close, but I only managed to remove my whole stack and needed to start over 😬 This would also allow to "map out" the idea first as a plan more easilyAs a workflow:
Beta Was this translation helpful? Give feedback.
All reactions