Answers for "pull and discard local changes"

5

git pull master discard local changes

git reset --hard origin/master
git pull origin master
Posted by: Guest on February-19-2021

Code answers related to "pull and discard local changes"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language