Answers for "git overwrite local with main"

66

git overwrite local changes

git fetch --all
git reset --hard origin/master
Posted by: Guest on February-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language