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

星空下的程序猿 2020-04-09

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

相关推荐

就是那个胖子 / 0评论 2020-06-15