gpt4 book ai didi

eclipse - Github/EGit 拉取请求工作流

转载 作者:行者123 更新时间:2023-12-04 21:18:03 27 4
gpt4 key购买 nike

假设我有一个 repo 并且有人 fork 了它。然后他们开始工作并提交拉取请求。但是代码包含大量行和/或它创建了一个 GUI。我想获取它,以便在将它合并到我的主人之前,我实际上可以看到它从 Eclipse 运行。我想出的选项是:

  • 在 EGit 中创建第二个 repo 并直接从他们的 fork 克隆。
  • 为他们创建一个新分支。然后为请求留下评论,要求他们使用新分支重新提交拉取请求,并且我将关闭当前请求(不合并)
  • 始终保留一个分支供他们在拉取请求中使用。

  • 除了在 Github 上建立一个组织,我还能做什么?

    最佳答案

    Then leave a comment for the request asking them to re-submit the pull request using the new branch and that I'll be closing the current request


    他们不必重新提交,只要您先在本地进行测试和合并,如“ Merging a pull request”GitHub 页面中所述。
    git checkout master
    git pull https://github.com/otheruser/repo.git branchname
    如果本地合并有效,那么您可以继续通过 GitHub Web 界面合并拉取请求。
    GitHub 已记录如何 checkout a pull request .
    正如我之前在“ What support for git namespaces exists in git hosting services ”中说明的那样,您可以使用 refs/pull/<PRNumber>/head作为远程拉取引用,在命令行或 Egit 中,例如, creating a new branch .

    关于eclipse - Github/EGit 拉取请求工作流,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18244431/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com