1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update about-forks.md (#25209)

This commit is contained in:
Ryosuke Nakayama
2022-02-10 17:58:38 +09:00
committed by GitHub
parent e1db865fa4
commit 5de3634662

View File

@@ -16,7 +16,7 @@ topics:
---
Forking a repository is similar to copying a repository, with two major differences:
* You can use a pull request to suggest changes from your user-owned fork to the original repository, also known as the *upstream* repository.
* You can use a pull request to suggest changes from your user-owned fork to the original repository in its GitHub instance, also known as the *upstream* repository.
* You can bring changes from the upstream repository to your local fork by synchronizing your fork with the upstream repository.
{% data reusables.repositories.you-can-fork %}