Git pull 强制覆盖本地文件

git fetch --all  
git reset --hard origin/master
git pull

有时不是 origin/master

git fetch --all  
git reset --hard master
git pull