Git -- 强制 拉取

git fetch --all


git reset --hard origin/branch-name


git pull

原文地址:https://www.cnblogs.com/mafeng/p/12362018.html