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
The feature I'm after is a way to create a branch from "Staged Changes" where you can choose another base.
For instance if you find unrelated work to your current task. It would be nice to be able to "staged ranges" then click a button "Create branch from with Staged Changes".
What is should do:
Create a "temporary commit" of staged changes.
Stash everything else.
Checkout the provided "FROM" branch.
Create branch with the name you provided.
Cherry pick the "temporary commit".
Push that new branch (maybe optional by menu selections).
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
-
The feature I'm after is a way to create a branch from "Staged Changes" where you can choose another base.
For instance if you find unrelated work to your current task. It would be nice to be able to "staged ranges" then click a button "Create branch from with Staged Changes".
What is should do:
So you can continue on what you are working on.
Beta Was this translation helpful? Give feedback.
All reactions