Search code examples
azure-devopstfvcazure-repos

Azure Devops Repo branches


On my Azure DevOps I cannot see branches. How can I enable branches?

enter image description here


Solution

  • If you choose TFVC(Team Foundation Version control) as version control when you create a new project, the default repo will have no Branches page. enter image description here

    So, you can choose git as version control when you create new projects or create a new repo in this project. A project can only have one TFVC repository but can have multiple git repositories. enter image description here

    You can refer to the documents and learn more about Git and TFVC in Azure DevOps.