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中创建新的分支并上传代码,包括clone仓库、创建分支、切换分支、添加文件、提交更改及推送至远程仓库的具体步骤。
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
5245
1735

被折叠的 条评论
为什么被折叠?