如何通过终端Git从特定的Remote和Branch A推送到Remote and Branch B?

时间:2019-02-25 07:41:23

标签: git git-branch git-push git-pull

我想从( MyBranchA MyRemoteA )推送到( MyBranchB MyRemoteB
在终端。

1 个答案:

答案 0 :(得分:0)

您可以利用Git references和一些语法来做到这一点:

git push MyRemoteB refs/remotes/MyRemoteA/MyBranchA:refs/heads/MyRemoteB/MyBranchB