Skip to content
Open
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 @@ -32,9 +32,9 @@ Create a branch for a separate place to work on changes before opening a pull re
1. Click **New branch**.

![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)
1. Under "Branch name", type a name for the branch.
1. Under "Branch source", choose the repository and branch to base your new branch on.
1. Click **Create branch**.
1. Under "New branch name", type a name for the branch.
1. Under "Source", choose the branch to base your new branch on.
1. Click **Create new branch**.

### Creating a branch using the branch dropdown

Expand Down
Loading