赞
踩
1.git fetch --all
2.git reset --hard origin/master
3. git pull
执行完之后就可以看到最新的代码了。
1.git checkout master
2.git reset --hard
1.git push -f 强制推送