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

Step 1: Go to Repos

Step 2: Click on branches

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

image 22

Step 4: After selecting the repo, list of branches would be displayed as shown



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

image 23

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

image 24

You may also like...