bitbucket

Branching in Bitbucket

Creating a branch in Bitbucket

  1. Go to the repository, e.g.: https://bitbucket.org/username/repo_name/
  2. On the left menu, choose branches enter image description here
  3. On the right side of the branches page, select Create branch enter image description here
  4. A popup window will appear, select Branch from and enter the new branch you want to create in the Branch name textbox
  5. Click create

A new branch will be created

Delete a branch in Bitbucket

  1. Go to the repository, e.g.:https://bitbucket.org/username/repo_name/
  2. On the left menu, choose branches enter image description here
  3. Select the branch you want to delete from the branches page
  4. Click on … at the top right of the page, then click Delete branch enter image description here
  5. A confirmation popup will appear, click Confirm

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow