Azure Services 101

Azure DevOps — Code Branch Policy

Arun Kumar Singh
2 min readApr 20, 2020
Taken from: https://nvie.com/posts/a-successful-git-branching-model/

Source code management (SCM) or Version Control System is used to track modifications to a source code repository. When multiple developers work on a same system, you are in need of SCM.

Distributed version control systems like Git give you flexibility in how you use version control to share and manage code among your fellow developers or team. Azure DevOps provide features to keep your branching strategy secure and policy safe. To access the same go to your project then Repositories.

Access the Branches and right click for more options. Select Branch Policies -

Azure DevOps Branch

To avoid direct push in branch, pull request must be reviewed -

Branch Policy:1

Comments on Pull request -

Branch Policy:2

Other options for review -

Branch Policy:3

Happy Learning !

--

--