Answers for "git kill rebase"

1

stop rebase git

git rebase --abort
Posted by: Guest on March-18-2022
0

cancel rebase git

git reset --hard HEAD@{2}
Posted by: Guest on January-30-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language