Git August 29, 2012 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
Leave a Reply