赞
踩
1、git fetch --all => 下载远程仓库最新内容,不做合并 2、git reset --hard origin/master =>把hard指向master最新版本 3、 git pull 拉取代码(可以省略)