[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的主要内容,如果未能解决你的问题,请参考以下文章

修改已push到远端的commit

git基础教程(17)回退提交push到远端的提交--git revert 详解

Bitbucket - 用git 用法

git branch管理常用命令

git push/pull 到远端

git 的一些小 tips