Github:叉队列对拉请求 [英] Github: Fork Queue vs Pull Request

查看:108
本文介绍了Github:叉队列对拉请求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在Github上与一位朋友开始一个项目。到目前为止,他已经创建了存储库,并且我已经创建了它。我开始对我的存储库进行更改,提交,并将更改推送到原点(我的分叉副本)。

I'm getting started with a project with a friend on Github. So far, he has created the repository and I have forked it. I started making changes to my repository, committed, and pushed the changes to origin (my forked copy).

我们现在准备将更改整合到他原来的回购中。

We're now ready to integrate the changes into his original repo.

叉队列和拉请求?
我需要发送拉请求吗?他可以简单地接受叉队列中的变化并完成它吗?

What is the difference between the Fork Queue and a Pull Request? Do I need to send a pull request? Can he simply accept the changes in the fork queue and be done with it?

预先感谢!
Ethan

Thanks in advance! Ethan

推荐答案


  • 拉取请求是关于审查和接受其他分支项目显式发送回您的项目的提交。

    • The pull request is about reviewving and accepting commits explicitly send by other forked project back to your project.

      Fork Queue 是关于审核提交出现在所有分叉项目中,但尚未出现在您的项目中。那些其他分支项目没有明确要求您接受所述提交:这只是您根据您的初始工作对别人正在做什么感到好奇。

      The Fork Queue is about reviewing commits present in all the forked projects, but not yet present in your project. No explicit request has been made by those other forked projects for you to accept said commits: this is just you being curious about what others are doing based on your initial work.

      对于您的情况,建议使用拉取请求,并会导致审查和合并,并且更多功能

      In your case, a pull request is recommended, and will result in a review and a merge, and many more features.

      这篇关于Github:叉队列对拉请求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

  • 查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆