码迷,mamicode.com
首页 > 其他好文 > 详细

8.git如何新建分支

时间:2020-03-11 10:33:46      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:comm   out   ranch   style   code   branch   git push   新建   管理   

1.切换到基础分支,如主干

git checkout master

2.创建并切换到新分支demo

git checkout -b demo

3.git branch查看已经在demo分支

4.更新分支代码并提交

git add *
git commit -m "demo"
git push origin demo

5.git代码管理界面能看到新提交的分支

8.git如何新建分支

标签:comm   out   ranch   style   code   branch   git push   新建   管理   

原文地址:https://www.cnblogs.com/janet11/p/12460555.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!