标签: git git-branch git-push git-pull
我想从( MyBranchA 和 MyRemoteA )推送到( MyBranchB 和 MyRemoteB ) 在终端。
答案 0 :(得分:0)
您可以利用Git references和一些语法来做到这一点:
git push MyRemoteB refs/remotes/MyRemoteA/MyBranchA:refs/heads/MyRemoteB/MyBranchB