Answers for "how to revert the pull changes in git"

0

how to reverse a git pull

git reset --hard master@{"10 minutes ago"}

-----------------------------------------

git reset --keep HEAD@{1}
Posted by: Guest on November-24-2020

Code answers related to "how to revert the pull changes in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language