gitlab 新建分支,并且指定分支上传代码
Posted lixinliang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于gitlab 新建分支,并且指定分支上传代码的主要内容,如果未能解决你的问题,请参考以下文章