[git]push 到远端的不同 branch

Posted adream307

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[git]push 到远端的不同 branch相关的知识,希望对你有一定的参考价值。

本地分支 push 到远端的不同 branch

git push origin local_branch:remote_branch

从远端的不同branch pull 代码

git pull origin remote_branch

以上是关于[git]push 到远端的不同 branch的主要内容,如果未能解决你的问题,请参考以下文章