Azure Services 101
Azure DevOps — Code Branch Policy
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 -
To avoid direct push in branch, pull request must be reviewed -
Comments on Pull request -
Other options for review -
Happy Learning !