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
"git rebase -i" learned a new insn, 'break', that the user can
insert in the to-do list. Upon hitting it, the command returns
control back to the user.
"git rebase" and "git rebase -i" have been reimplemented in C.
The text was updated successfully, but these errors were encountered:
This option is probably used by people that keep their git up to date. :-) I assume that 99.9% of the mob user base doesn't use this feature, and that's why this hasn't been reported yet.
squashWip (
mob done --squash-wip
) does an interactive rebase which fails if you use git 2.19.x or lowersince it works with git 2.20.0 I tried to find out what has changed in that version:
git 2.20.0 changelog https://github.com/git/git/blob/master/Documentation/RelNotes/2.20.0.txt
The text was updated successfully, but these errors were encountered: