1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Update "About forks" section

This commit is contained in:
Ethan Palm
2021-05-21 15:08:07 -04:00
committed by GitHub
parent d01d2d9645
commit 96206ba3f3

View File

@@ -18,7 +18,7 @@ topics:
---
### About forks
Most commonly, forks are used to either propose changes to someone else's project or repository or to use someone else's repository as a starting point for your own idea. Forking allows you to create a copy of the repository and enables you to create changes. Once the changes has been made you can even submit the changes to the original repository by creating a pull request.
Most commonly, forks are used to either propose changes to someone else's project or to use someone else's project as a starting point for your own idea. You can fork a repository to create a copy of the repository and make changes without affecting the upstream repository. For more information, see "[Working with forks](/github/collaborating-with-issues-and-pull-requests/working-with-forks)."
#### Propose changes to someone else's project
@@ -146,9 +146,6 @@ Fork a repository to start contributing to a project. {% data reusables.reposito
{% endif %}
### [Working with forks](/articles/working-with-forks)
The forking is useful in Open Source Development. Forking a repository allows you to make contribution on that particular repository. While collaborating to Projects or Open Source Development, you can perform certain other operation with forks.
### Celebrate
You have now forked a repository, practiced cloning your fork, and configured an upstream repository. What do you want to do next?