开发者

Github: Fork Queue vs Pull Request

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 开发者_如何学Goa pull request? Can he simply accept the changes in the fork queue and be done with it?

Thanks in advance! Ethan


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

  • 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜