Skip to content

Commit b1fbdf4

Browse files
Simplify explanation and source (#15924)
Co-authored-by: Octomerger Bot <[email protected]>
1 parent 3452b39 commit b1fbdf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/github/administering-a-repository/changing-the-default-branch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can choose the default branch for a repository. The default branch is the ba
1616

1717
{% note %}
1818

19-
**Note**: If you use the Git-Subversion bridge, setting a different default branch will affect your `trunk` branch contents and the `HEAD` you see when you list references for the remote repository. For more information, see "[Support for Subversion clients](/github/importing-your-projects-to-github/support-for-subversion-clients)" and [git-ls-remote](https://git-scm.com/docs/git-ls-remote.html) in the Git documentation.
19+
**Note**: If you use the Git-Subversion bridge, changing the default branch will affect your `trunk` branch contents and the `HEAD` you see when you list references for the remote repository. For more information, see "[Support for Subversion clients](/github/importing-your-projects-to-github/support-for-subversion-clients)" and [git-ls-remote](https://git-scm.com/docs/git-ls-remote.html) in the Git documentation.
2020

2121
{% endnote %}
2222

@@ -51,8 +51,8 @@ To change the default branch, your repository must have more than one branch. Fo
5151
{% data reusables.repositories.navigate-to-repo %}
5252
{% data reusables.repositories.sidebar-settings %}
5353
{% data reusables.repositories.repository-branches %}
54-
4. In the default branch drop-down, choose the new default branch.
54+
1. In the default branch drop-down, choose the new default branch.
5555
![Default branch dropdown selector](/assets/images/help/repository/repository-options-defaultbranch.png)
56-
5. Click **Update**.
56+
1. Click **Update**.
5757

5858
{% endif %}

0 commit comments

Comments
 (0)