Git new remote branch

Create a new remote branch (remoteBranch) on the origin warehouse server, and push the current local branch (localBranch) to the remote branch (remoteBranch)
$ git push --set-upstream origin remoteBranch

Guess you like

Origin blog.csdn.net/qq_37335220/article/details/113872639