Answers for "how to undo pull from git command"

10

undo git pull

git reset --hard master@{"10 minutes ago"}
Posted by: Guest on August-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language