Skip to content

Commit d350b97

Browse files
Update about-forks.md for clarity and style
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.
1 parent 0959159 commit d350b97

File tree

1 file changed

+13
-14
lines changed
  • content/pull-requests/collaborating-with-pull-requests/working-with-forks

1 file changed

+13
-14
lines changed
Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: About forks
3-
intro: A fork is a new repository that shares code and visibility settings with the original “upstream” repository.
3+
intro: A fork is your personal copy of a repository that lets you experiment safely and propose changes to the original project.
44
redirect_from:
55
- /github/collaborating-with-issues-and-pull-requests/working-with-forks/about-forks
66
- /articles/about-forks
@@ -16,36 +16,35 @@ topics:
1616

1717
## About forks
1818

19-
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.
2020

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 %}.
2222

2323
![Screenshot of a repository's page on GitHub. Below the name of the repository, "mona/docs", the text "forked from github/docs" is outlined in orange.](/assets/images/help/pull_requests/fork-path.png)
2424

25-
## What makes forks distinct from branches
25+
## How forks differ from branches
2626

27-
Each fork is a complete repository with its own:
27+
Each fork has:
2828

29-
* Branches
30-
* Members and discussions
29+
* Its own branches
30+
* Discussions and members
3131
* Issues and pull requests
3232
* Actions and projects
3333
* Tags, labels, and wikis
3434

3535
## When to use a fork
3636

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:
3838

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
4242

4343
## Which repositories can be forked?
4444

4545
{% data reusables.repositories.you-can-fork %}
4646

4747
## Next steps
4848

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

Comments
 (0)