Git新建远程分支

在origin仓库服务器上新建远程分支(remoteBranch),并将当前本地分支(localBranch)推送到远程分支(remoteBranch)
$ git push --set-upstream origin remoteBranch

猜你喜欢

转载自blog.csdn.net/qq_37335220/article/details/113872639