From the course: Learning Software Version Control

How Azure Repos works

- [Instructor] Azure Repos is a service within Azure DevOps that provide code management tools and storage for version control projects. It offers support for Team Foundation version control, a centralized version control system that allows teams to track changes and includes integrations with Microsoft products and services. Azure Repositories also supports Git as a version control system. This allows teams to use Git and Azure DevOps collaboration and planning tools and allows developers to move their existing Git Repositories to Azure DevOps without changing their workflows. Azure Repositories can be integrated with popular IDEs, such as Visual Studio, Visual Studio Code, and IntelliJ IDEA. Combining support for Team Foundation version control and Git, this service can host both centralized and distributed version control projects.

Contents