You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refined the About forks article to improve readability, conciseness, and user focus.
Changes include:
- Shortened the introduction to a single, punchy sentence emphasizing user benefit.
- Simplified explanations of how forks differ from branches.
- Streamlined "When to use a fork" section with concise, actionable bullets.
- Ensured headings, formatting, and links match GitHub Docs style.
- Removed unnecessary technical details and extra words for scannability.
These changes align the article with other "About" articles and improve clarity for readers.
Forks are like independent copies of repositories. Unlike branches, forks give you more freedom to experiment without affecting the original project. Unlike cloned or duplicated repositories, changes from forks can be merged back into the upstream repository via pull requests, similar to a branch.
19
+
A fork is an independent copy of a repository. It lets you experiment without affecting the original and propose changes via pull requests.
20
20
21
-
When you view a forked repository on {% data variables.product.github %}, the upstream repository is indicated below the name of the fork.
21
+
The upstream repository appears below the fork’s name on {% data variables.product.github %}.
22
22
23
23

24
24
25
-
## What makes forks distinct from branches
25
+
## How forks differ from branches
26
26
27
-
Each fork is a complete repository with its own:
27
+
Each fork has:
28
28
29
-
*Branches
30
-
*Members and discussions
29
+
*Its own branches
30
+
*Discussions and members
31
31
* Issues and pull requests
32
32
* Actions and projects
33
33
* Tags, labels, and wikis
34
34
35
35
## When to use a fork
36
36
37
-
There are times when a fork may be a better fit for your task than a branch would be. A fork might be better:
37
+
Use a fork to:
38
38
39
-
*To experiment safely without affecting the original project
40
-
*To create separate space for discussions unrelated to a project's main goals
41
-
*When you might want to make your work an independent repository later
39
+
*Experiment safely
40
+
*Hold separate discussions
41
+
*Make your work independent
42
42
43
43
## Which repositories can be forked?
44
44
45
45
{% data reusables.repositories.you-can-fork %}
46
46
47
47
## Next steps
48
48
49
-
For instructions for forking a repository, see [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo).
50
-
51
-
For more information about when you can create forks, and the permission and visibility settings of forks, see [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/about-permissions-and-visibility-of-forks).
49
+
-[Fork a repository](/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
50
+
-[About permissions and visibility of forks](/pull-requests/collaborating-with-pull-requests/working-with-forks/about-permissions-and-visibility-of-forks)
0 commit comments