Quick summary
Creating a new branch in GitHub lets developers isolate work, manage features, and collaborate without affecting the main codebase. This demo walks through the exact steps to create a branch using the GitHub web interface in under a minute.
Steps
- In the Code section, click Branch to open the branch view for your repository.
- Click the New branch button to start the branch creation process.
- Enter a name for your new branch in the empty field.
- Select Create new branch to confirm and create the branch.
- Your new branch is created — you have successfully added it to your repository.
- You can now switch branches and begin working with your new branch in GitHub.
.gif)



