gitlab new branch, and specifies the branch code upload

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

  

Guess you like

Origin www.cnblogs.com/lixinliang/p/12665853.html
Recommended