Answers for "how to force pull a git and delete local changes"

0

git remove current pull

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

git force pull from upstream discard changes

git reset --hard
git pull
Posted by: Guest on March-20-2021

Code answers related to "how to force pull a git and delete local changes"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language