Git – Force an overwrite of files on a git pull
Posted on: August 29, 2012 /
Categories: Git
Use this commands to force an overwrite of files on a git pull:
git fetch --all
git reset --hard origin/master