Answers for "reset a remote repo to the source"

8

git reset to remote

git fetch origin
git reset --hard origin/master
Posted by: Guest on April-14-2020

Code answers related to "reset a remote repo to the source"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language