Skip to content

Update understanding-connections-between-repositories.md | Capitalize list lines in understanding-connections-between-repositories. #35244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ The network graph displays the branch history of the entire repository network,

## Listing the forks of a repository

The{% ifversion repositories-forks-page-improvement %} forks page {% else %} Members graph {% endif %} lists the forks of a repository. {% ifversion repositories-forks-page-improvement %}For each fork, you can see:
* how many times the fork has been starred
* the number of direct forks (of the fork)
* the number of open issues
* the number of open pull requests
* when the fork was last updated (that is, the last push to any branch)
* when the fork was created
The {% ifversion repositories-forks-page-improvement %} forks page {% else %} Members graph {% endif %} lists the forks of a repository. {% ifversion repositories-forks-page-improvement %} For each fork, you can see:

* How many times the fork has been starred
* The number of direct forks (of the fork)
* The number of open issues
* The number of open pull requests
* When the fork was last updated (that is, the last push to any branch)
* When the fork was created

You can filter the list of forks to display active, inactive, starred, or archived forks, or to only display forks that have been updated within a specified time period (up to a period of five years). To view the most useful or most active forks, you can sort the list of forks by most starred forks or most recently updated forks, or by the number of open issues or open pull requests.

Expand Down
Loading