Skip to content

Commit 59eb7c9

Browse files
authored
Refine instructions for creating a branch via the branches overview (#45781)
1 parent 7d0e441 commit 59eb7c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/pull-requests/how-tos/commit-changes/managing-branches-within-your-repository.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Create a branch for a separate place to work on changes before opening a pull re
3232
1. Click **New branch**.
3333

3434
![Screenshot of the "Branches" page for a repository. A green button, labeled "New branch", is highlighted with an orange outline.](/assets/images/help/branches/new-branch-button.png)
35-
1. Under "Branch name", type a name for the branch.
36-
1. Under "Branch source", choose the repository and branch to base your new branch on.
37-
1. Click **Create branch**.
35+
1. Under "New branch name", type a name for the branch.
36+
1. Under "Source", choose the branch to base your new branch on.
37+
1. Click **Create new branch**.
3838

3939
### Creating a branch using the branch dropdown
4040

0 commit comments

Comments
 (0)