码迷,mamicode.com
首页 > Web开发 > 详细

gitlab 新建分支,并且指定分支上传代码

时间:2020-04-09 13:03:41      阅读:320      评论:0      收藏:0      [点我收藏+]

标签:新建   origin   xxxx   sharp   com   div   master   git push   xxxxx   

git clone  http:xxxxxxxxxxxx
git branch new_master  
git checkout  new_master
git add . 
git commit -m "new-graphql"
git push origin     new_master 
git push

  

gitlab 新建分支,并且指定分支上传代码

标签:新建   origin   xxxx   sharp   com   div   master   git push   xxxxx   

原文地址:https://www.cnblogs.com/lixinliang/p/12665853.html

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