git强制拉取覆盖本地

git fetch --all && git reset --hard origin/master && git pull
原文地址:https://www.cnblogs.com/shenyixin/p/15015105.html