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