From 96d48c9804d4019430b89b5188b315654d20e848 Mon Sep 17 00:00:00 2001 From: Ashis Kumar Baral Date: Mon, 7 Sep 2026 07:23:04 +0530 Subject: [PATCH] Clarify new branch creation steps in documentation Updated instructions for creating a new branch to clarify naming and source selection. --- .../managing-branches-within-your-repository.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/pull-requests/how-tos/commit-changes/managing-branches-within-your-repository.md b/content/pull-requests/how-tos/commit-changes/managing-branches-within-your-repository.md index ba67ee24169f..c6af1dc7a568 100644 --- a/content/pull-requests/how-tos/commit-changes/managing-branches-within-your-repository.md +++ b/content/pull-requests/how-tos/commit-changes/managing-branches-within-your-repository.md @@ -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