Chapter 3: Source Control Management with Azure DevOps

Source control management (SCM) is a vital part of every company that develops software professionally, but also for every developer that wants to have a safe way to store and manage their code.

When working in teams, it's absolutely necessary to have a safe central repository where all your code is stored. It's also necessary to have a system that guarantees that the code is safely shared between developers and that every modification is inspected and merged without raising conflicts.

In this chapter, we'll learn how Azure DevOps can help with managing source code professionally and securely. In this chapter, we'll cover the following topics:

  • Understanding source control management
  • Branching ...

Get Azure DevOps Explained now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.