Answers for "git undo last rebase step"

4

git undo rebase

git reflog
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