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
Sometimes when running rebase-branch, I want to remove one or more branches from the list, to keep them as they are. Unfortunately, if the current branch (or the branch provided on the command-line, if I happened to trigger it that way for some reason) is one of those, rebase-branch still overwrites it with the final commit.
Options for fixing this:
rebase-branch could check the list of target branches in the final script and, if the current branch is no longer there, pick the first one to pass through to the rebase command.
maybe there is a way to invoke rebase without passing a branch at all?
The text was updated successfully, but these errors were encountered:
Sometimes when running rebase-branch, I want to remove one or more branches from the list, to keep them as they are. Unfortunately, if the current branch (or the branch provided on the command-line, if I happened to trigger it that way for some reason) is one of those, rebase-branch still overwrites it with the final commit.
Options for fixing this:
rebase
command.rebase
without passing a branch at all?The text was updated successfully, but these errors were encountered: