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

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

  

posted @ 2020-04-09 11:47  lixinliang  阅读(4853)  评论(0编辑  收藏  举报