切换到develop开发分支
- git checkout develop
创建自己的开发分支
- git checkout -b <your branch name>
如: - git checkout -b guanxiaoqin_dev
推送分支到远程
- git push origin <your branch name>
如: - git push origin guanxiaoqin_dev
检查
- git status
本文标题:新建分支进行项目开发
本文链接:https://www.haomeiwen.com/subject/jhchkctx.html
网友评论