git 强制拉取最新代码

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

转载于:https://www.cnblogs.com/imfx/p/10862556.html