Skip to content

Commit a9add19

Browse files
authored
Clarify that the default branch is excluded
1 parent 8e211b6 commit a9add19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/administering-a-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ shortTitle: View branches
1515
{% data reusables.repositories.navigate-to-repo %}
1616
{% data reusables.repositories.navigate-to-branches %}
1717
3. Use the navigation at the top of the page to view specific lists of branches:
18-
- **Your branches**: In repositories that you have push access to, the **Yours** view shows all branches that you’ve pushed to, with the most recent branches first.
18+
- **Your branches**: In repositories that you have push access to, the **Yours** view shows all branches that you’ve pushed to (**except** the *default* branch), with the most recent branches first.
1919
- **Active branches**: The **Active** view shows all branches that anyone has committed to within the last three months, ordered by the branches with the most recent commits first.
2020
- **Stale branches**: The **Stale** view shows all branches that no one has committed to in the last three months, ordered by the branches with the oldest commits first. Use this list to determine [which branches to delete](/articles/creating-and-deleting-branches-within-your-repository).
2121
- **All branches**: The **All** view shows the default branch, followed by all other branches ordered by the branches with the most recent commits first.

0 commit comments

Comments
 (0)