Answers for "how to overwrite local repository with remote"

0

how to overwrite local repository with remote

git fetch origin
git reset --hard origin/main
Posted by: Guest on July-13-2021

Code answers related to "how to overwrite local repository with remote"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language