git 强制拉取

适用于不想要本地修改了,代码都换成远端代码

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

master 可以换成其他分支名称

你可能感兴趣的:(git)