About 229,000 results
Open links in new tab
  1. Git branch policies and settings - Azure Repos | Microsoft Learn

    Mar 25, 2025 · This article describes how to set and manage branch policies. For an overview of all repository and branch policies and settings, see Git repository settings and policies. A …

  2. A Comprehensive Guide to Branch Policies in Azure DevOps

    Sep 3, 2023 · Azure DevOps allows development teams to implement branch policies to maintain code integrity and quality. These policies help enforce restrictions and prerequisites for code …

  3. Configuring Azure DevOps Branch Policies to Enforce Pull …

    Jun 20, 2025 · Azure DevOps provides branch policies to enforce development best practices, such as requiring pull requests (PRs) and code review approvals before merging changes.

  4. azure-devops-docs/docs/repos/git/branch-policies.md at main ...

    To set branch policies, be a member of the Project Administrators security group or have repository-level Edit policies permissions. For more information, see Set Git repository …

  5. Setting Branch Protection Rules in Azure DevOps | Cycode

    May 26, 2021 · Branch protection rules are a crucial part of securing source control management systems. Azure DevOps branch policies enable administrators to add tests that new code, in …

  6. azure devops - Cannot delete a branch which has policies - Stack …

    Dec 10, 2024 · Consider the following branch policy set at the project level: How to delete a releases/xxxxx branch that was created by accident? When trying to do it using the portal an …

  7. Kinda Technical | A Guide to Microsoft Azure DevOps - Branching ...

    Choosing the right branching strategy and implementing effective policies is essential for maintaining a smooth development workflow in Azure Repos. In the next section, we will …

  8. Branch policies - Azure Repos | Microsoft Learn

    Oct 4, 2022 · The following table summarizes the policies you can define to customize a branch. For an overview of all repository and branch policies and settings, see Git repository settings …

  9. Git Branching Strategy DevOps - Explained - K21Academy

    3 days ago · The blog covers branching strategies in DevOps, how to create a new branch, a successful git branching model, git branch policies, branch security and more.

  10. Working with Branch Policies in Azure DevOps - C# Corner

    In this article, we will learn how to enforce quality and compliance standards in your Azure DevOps repositories by implementing branch policies. Ensure code quality, enforce code …