git pull强制覆盖本地修改Apr 11, 2017有时候本地的仓库出问题,需要强制pull远程仓库的代码,命令如下: 清除本地修改 1git reset --hard pull仓库代码 1git pull