Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete a Git repository in Azure DevOps?

Tags:

azure-devops

I am trying to delete a Git repository in Azure DevOps project and cannot find an option for it.

The only option that I see for the Git repository is "Rename repository"

enter image description here

Any ideas?

like image 716
myroslav Avatar asked Oct 26 '18 22:10

myroslav


People also ask

How do I delete a Git Azure DevOps branch?

Open your repo on the web and select the Branches view. Locate your branch on the branches page. If you don't see it, select All to view all branches and filter the branches using the Search all branches box in the upper right. Select the trashcan icon next to the branch you want to delete.

How do I find my Git repository Azure DevOps?

Get the clone URL of an Azure Repos Git repoFrom your web browser, open the team project for your Azure DevOps organization, and then choose Repos > Files to open the Files view. In the Files view, choose Clone to launch the Clone Repository popup. Copy the clone URL from the Clone Repository popup.

Is Azure DevOps a Git repository?

Azure DevOps Services and TFS projects contain Git repositories, work items, builds, and releases. You can use Git repos in your projects to manage your source code as your project grows.


1 Answers

Is this your only repository? If so, then Azure DevOps won't let you delete it. Create another repo, and it will then let you delete this one. Permissions could also be an issue. Azure DevOps

like image 75
Casey Anderson Avatar answered Sep 19 '22 14:09

Casey Anderson