Use Azure DevOps Web UI

Scenario:

This guide shows how to push changes from the release/v1.0-america branch to the master branch in Azure DevOps (or any Git repository).


Steps:

  1. Go to your Azure DevOps project in the browser.
  2. Navigate to Repos > Branches.
  3. Find your branch release/v1.0-america
  4. Click on the "…" (More options) next to it and select “New pull request”

  1. Set:

    • Source: release/v1.0-america
    • Target: master
  2. Add a title, description (optional but helpful), and click “Create”

  1. Review and complete the PR when you’re ready (or assign reviewers if required)


See also:

Azure DevOps - Pull Request

Azure DevOps - Approve

Azure DevOps - Complete (Merge)