====== How to force Git to overwrite local files on pull? ====== git fetch --all git reset --hard More info [[http://stackoverflow.com/questions/1125968/force-git-to-overwrite-local-files-on-pull/8888015#8888015|here]].