gs branch split
prompt which commits (upper or lower) retain the existing branch
#411
Labels
enhancement
New feature or request
Assume I have a stack
master
=>featureOne
=>featureTwo
=>featureThree
featureTwo
intofeaturePreTwo
=>featureTwo
,gs branch split
works great. The command assumes that the topmost set of commits (furthest away frommaster
) will keep the original branch name.featureTwo
intofeatureTwo
=>featurePostTwo
, I'm in trouble. There is no (easy) way to tellgs branch split
that the bottommost set of commits retain the original branch metadata, and to create a new branch from the topmost set of commits.I have to resort to naming the bottom branch
temp
, and then usegs branch
rename to get my desired stack, but then I also have togs branch untrack && gs branch track
both branches to bust the existing PR references so things are in a good state.The text was updated successfully, but these errors were encountered: