Answers for "how to undo recent commit in git pull request"

4

disregard incoming git pull and return to last commit

git reset --hard HEAD
Posted by: Guest on May-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language