【问题标题】:Merging between forks in GitHub (with branchs)在 GitHub 中的分支之间合并(带有分支)
【发布时间】:2015-01-27 09:10:34
【问题描述】:

问题类似于Merging between forks in GitHub。 但是,我的问题是我想在远程存储库中合并远程分支。

我一直在尝试:

git pull <remote_repository>/<remote_branch> master

git pull <remote_repository>:<remote_branch> master

但这没有用。

【问题讨论】:

  • 谢谢 Jubobs,干得好。

标签: git github merge branch remote-branch


【解决方案1】:

我的同事说解决方案。

它是:

git pull

【讨论】:

    猜你喜欢
    • 2010-11-10
    • 2011-10-30
    • 1970-01-01
    • 1970-01-01
    • 2022-01-24
    • 2016-10-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多