Answers for "git pull cancel"

0

git remove current pull

git reset --hard HEAD@{1}
Posted by: Guest on August-28-2020
7

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