git pull force

強制pull

instead of merging using 'git pull', try git fetch --all followed by 'git reset --hard origin/master'


參考:http://stackoverflow.com/questions/1125968/force-git-to-overwrite-local-files-on-pull


你可能感兴趣的:(git,pull)