Branching in Bitbucket
Creating a branch in Bitbucket
- Go to the repository, e.g.: https://bitbucket.org/username/repo_name/
- On the left menu, choose branches
- On the right side of the branches page, select Create branch
- A popup window will appear, select Branch from and enter the new branch you want to create in the Branch name textbox
- Click create
A new branch will be created
Delete a branch in Bitbucket
- Go to the repository, e.g.:https://bitbucket.org/username/repo_name/
- On the left menu, choose branches
- Select the branch you want to delete from the branches page
- Click on … at the top right of the page, then click Delete branch
- A confirmation popup will appear, click Confirm