Git – Force an overwrite of files on a git pull
Use this commands to force an overwrite of files on a git pull: git fetch –all git reset –hard origin/master
Use this commands to force an overwrite of files on a git pull: git fetch –all git reset –hard origin/master