Creating a Branch in a VCS repository
About this task
Creating a branch for a VCS project helps organize development efforts by allowing changes to be made independently from the main project. Branches enable developers to experiment, implement new features, or fix issues without affecting the primary codebase.
Procedure
- Click the settings icon
to open the settings menu, then go to Repositories.
A list of available repositories appears. - Click the ellipsis icon next to the repository you want to create a branch, then select Manage branches.
- Click Add branch. The Add branch dialog box appears.
- Select the base branch to create the new branch from.
- Enter the Branch name.
- Click Add. The new branch is created and ready for use.