From the course: Azure DevOps for Beginners
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
What are Azure repos? - Azure Tutorial
From the course: Azure DevOps for Beginners
What are Azure repos?
- [Narrator] In the world of software development, managing and maintaining code is as crucial as writing it. Version control is essential for software development as it allows multiple developers to collaborate efficiently tracking and managing changes to the code base over time. It ensures that every modification is documented, enabling easier identification and resolution of issues, and providing a history of changes for future reference and audits. All modern version control systems facilitate collaboration through a common repository location hosted either on a server or in the cloud. This provides a centralized code based accessible to all team members. However, there are different approaches to what the centralized source represents. Centralized version control systems maintain a single central repository to manage all changes. This repository acts as the authoritative source for the code base where all modifications are stored and tracked. Developers check out files from the…
Contents
-
-
-
-
-
(Locked)
What are Azure repos?6m 16s
-
(Locked)
View the parts of Azure repos3m 13s
-
(Locked)
Create an Azure repo in the portal2m 47s
-
(Locked)
Clone the repo to a developer computer3m 18s
-
(Locked)
Create a repo branch2m 17s
-
(Locked)
Edit and commit to repo1m 5s
-
(Locked)
Push the branch to DevOps1m 31s
-
(Locked)
Create a pull request1m 32s
-
(Locked)
Team review of pull request3m 5s
-
(Locked)
-
-
-
-