gitlab commits the code to a new branch

1. First create a new branch switch locally

git checkout -b new_branch

2. Then submit

git push origin new_branch

Guess you like

Origin blog.csdn.net/qq_16792139/article/details/131786348