git跟新gitbub的代码(首次跟新步骤)

然后切换到devwd    工作用的git 命令符【上传】   一 在没有冲突的情况下  1 git add .(将自己的项目添加到本地git仓库)  2 git commit -m "备注内容"  3 git checkout develop ( 切换到远程git仓库)  4 git  pull( 将远程仓库的代码先跟新)  5 没有出现冲突的情况下 git merge --no-ff devZ
相关文章
相关标签/搜索