// master分支名称 git push origin master -u -f
git fetch --all // origin/master 分支名称 git reset --hard origin/master git pull