什么是Fork&在GitHub中拉动模型? [英] What is the Fork & Pull Model in GitHub?

查看:149
本文介绍了什么是Fork&在GitHub中拉动模型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我听说过这个术语用于管理GitHub中的代码库。这是什么意思?

正如中:-collaborative-development-models /rel =nofollow noreferrer>:
$ b


叉子& Pull Model可以让任何人分叉现有的存储库,并将更改推送到他们的个人分支,而不需要授予源存储库访问权限。必须由项目维护人员将这些更改拖入源代码库。该模型减少了新贡献者的摩擦,并且受到开源项目的欢迎,因为它允许人们在没有前期协调的情况下独立工作。 [...]请求在Fork& Pull模型,因为它们提供了一种方法来通知项目维护人员有关您的分支变化。



I have heard this term used for managing a code base in GitHub. What does it mean?

解决方案

As noted within the GitHub docs:

The Fork & Pull Model lets anyone fork an existing repository and push changes to their personal fork without requiring access be granted to the source repository. The changes must then be pulled into the source repository by the project maintainer. This model reduces the amount of friction for new contributors and is popular with open source projects because it allows people to work independently without upfront coordination. [...] Pull requests are especially useful in the Fork & Pull Model because they provide a way to notify project maintainers about changes in your fork.

这篇关于什么是Fork&在GitHub中拉动模型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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