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
When calling "git rebase" without a target commit argument then it will
try to look up remote tracking branch and rebase onto that. This change
makes "stg rebase" behave the same way. Note that this introduces a
slight discrepancy with "stg rebase --interactive": in this case it will
still use the stack base instead of the remote tracking branch.
Signed-off-by: Frank Benkstein <[email protected]>
0 commit comments