How do I force an overwrite of local files on a git pull?
git pull
The scenario is the following:
git fetch --all
then if you are on the master branch
git reset --hard origin/master
else