gitlab将代码提交到新的分支

1.首先在本地新建一个分支切换

git checkout -b new_branch

2.然后提交

git push origin new_branch

你可能感兴趣的:(gitlab)