How to delete a branch in Azure DevOps Repository?

We have seen about how to delete a repository in Azure DevOps. When there are too many branches., it becomes necessary to delete branches & keep it to a certain number so that team members doesn’t get confused. Let us see how to delete a branch from Azure DevOps Repo in the below steps

Deleting a Branch in Azure DevOps

  1. Go to Repos

  2. Click on branches

  3. Then select the Repo in which a branch should be deleted

  4. Then select the Repo in which a branch should be deleted

  5. Click on 3 dots next to the branch which should be deleted & then click on Delete branch from the menu

  6. Click on “Delete” as shown below & the branch would be deleted from the repo.

  7. Once you click on a Delete button the branch will be permanently deleted.

You may also like...