记录git 操作 git fetch –all //从近程拉取最新的代码 不merge git reset –hard origin/develop //应用指定分支的代码(此处develop)强制笼罩代码 git pull //从近程拉取最新的代码 主动merge
发表回复