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 2.38 added an --update-refs flag to git rebase and a corresponding update-ref command available when rebasing interactively. This can be very handy when working on a chain of dependent branches and wanting append changes to a parent branch.
I now sometimes find myself missing --update-refs when using git-revise, so it sure would be neat to see it implemented here as well, assuming its feasible.
gregtatum, anordal, chrisseto, MartyLake, UrGuardian4ngel and 7 more