以下代码,实现了强制拉取remote更新到本地,无视本地任何修改~

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

以上内容摘录自:Git pull 强制覆盖本地文件[……]

阅读全文