Answers for "cancel a rebase"

2

git undo rebase

git reset --hard ORIG_HEAD
Posted by: Guest on March-26-2020
4

git undo rebase

git reflog
Posted by: Guest on March-26-2020
1

git force rebase abort

git rebase --quit
Posted by: Guest on August-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language