Creating branches in a VCS repository
Branching in a VCS lets you make changes independently, keeping development organized.
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 API Studio settings on the home page to open the settings menu.
- Go to Repositories tab.
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.