这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@bluemazzoo
Copy link
Contributor

Providing clarification of language related to “fork” definition. As
recommended here: #53

/cc @evandrocoan Thanks!

Providing clarification of language related to “fork” definition. As
recommended here: #53
Copy link

@wking wking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may also be worth pointing out that for some repositories forking may not be allowed by the license or law. The current ToS include a grant for the right to fork for public repositories, but this section does not make that private/public distinction, and with #54 or similar the ToS would no longer include that grant (allowing you to publicly host all-rights-reserved content on GitHub).

### B. What About Forks? (or What's a Fork?)

One of the best features of [Git](https://git-scm.com/book/en/Getting-Started-Git-Basics) is the ability for users to "fork" one another's repositories. What does that mean? In essence, it means that users can make a copy of a project and then make changes to that copy to either push back to the main project or just keep as their own variation of a project. We call each of these copies a "[fork](/articles/github-glossary#fork)" of the original repository, which in turn may also be called the "parent" of the fork.
One of the best features of GitHub is the ability for users to "fork" one another's repositories. What does that mean? In essence, it means that users can make a copy of a project on GitHub into their own repositories. As the license or the law allows, Users can then make changes to that fork to either push back to the main project or just keep as their own variation of a project. Each of these copies is a "[fork](/articles/github-glossary#fork)" of the original repository, which in turn may also be called the "parent" of the fork.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you want to keep “users” (which you're currently changing to “Users”), because it is not defined locally in this document:

$ git grep Users origin/pr/65 --  Policies/dmca-takedown-policy.md
origin/pr/65:Policies/dmca-takedown-policy.md:One of the best features of GitHub is the ability for users to "fork" one another's repositories. What does that mean? In essence, it means that users can make a copy of a project on GitHub into their own repositories. As the license or the law allows, Users can then make changes to that fork to either push back to the main project or just keep as their own variation of a project. Each of these copies is a "[fork](/articles/github-glossary#fork)" of the original repository, which in turn may also be called the "parent" of the fork.

Thanks for the contribution, @wking!
@bluemazzoo
Copy link
Contributor Author

Thanks again for the contributions @evandrocoan and @wking!

@bluemazzoo bluemazzoo merged commit 607eed5 into master Aug 5, 2017
@mlinksva mlinksva deleted the github-dmca-takedown-policy-update-july-2017 branch September 24, 2017 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants