GIT - force pull to overwrite local files

less than 1 minute read

git fetch --all
git reset --hard origin/master
git pull origin master

Tags: ,

Categories:

Updated: