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
Create a tool combining the following functionalities:
Ability to do the equivalent of "git rebase --onto" a relative branch, which is useful if working relative to a branch with force-pushes / rewritten history (such as other revup branches)
Ability to do a "git pull --rebase" in-place, so that user doesn't get build churn by dropping and then reapplying local changes
The text was updated successfully, but these errors were encountered:
Create a tool combining the following functionalities:
Ability to do the equivalent of "git rebase --onto" a relative branch, which is useful if working relative to a branch with force-pushes / rewritten history (such as other revup branches)
Ability to do a "git pull --rebase" in-place, so that user doesn't get build churn by dropping and then reapplying local changes
The text was updated successfully, but these errors were encountered: