Git强制pull远程仓覆盖本地

Git强制pull远程仓覆盖本地

1) git fetch

2) git  reset --hard origin/master

3) git pull

原文地址:https://www.cnblogs.com/lsb123/p/13611977.html