Azure Repo Merge Types
Difficulty: Intermediate
Duration: 2 minutes and 54 seconds
Students: 245
Rating: 5/5
Implementing Version Control on Azure Repos starts by looking at the pros, cons, and use cases of various Git branching strategies. We then look at the branch merging types supported by Azure repos before seeing how branch policies can be used to enforce a structured pull request workflow.
Learning Objectives
Git overview
Branching strategies
Pull request workflow
Branch policies
Intended Audience
This lesson is for students who want to understand how to use Azure DevOps to manage code repositories.
Prerequisites
Know what a code repository is
Basic understanding of Git