Answers for "revert rebase local"

2

git undo rebase

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

git undo rebase

git reset --hard HEAD@{5}
Posted by: Guest on March-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language