This guide shows how to push changes from the feature/script-update-for-multi-regsions branch to the develop branch in Azure DevOps
Step 1: Ensure all the changes are committed to the feature branch.
# Check the current branch
(.venv) coo:~/Documents/DevOps/GCS-Cloud/base$ git branch
develop
* feature/script-update-for-multi-regsions
main
# Check the status of the local repository
(.venv) coo:~/Documents/DevOps/GCS-Cloud/base$ git status
On branch feature/script-update-for-multi-regsions
nothing to commit, working tree clean
Step 2: Use Azure DevOps Web UI
-
Go to your Azure DevOps project in the browser.
-
Navigate to Repos > Branches.
-
Find your branch
feature/script-update-for-multi-regsions. -
Click on the "…" (More options) next to it and select “New pull request”.

-
Configure the pull request direction:
- Source:
feature/script-update-for-multi-regsions - Target:
develop
- Source:
-
Add a title, description (optional but helpful), and click “Create”.

-
Review and complete the PR when you’re ready (or assign reviewers if required).
-
Select options and click Complete

-
Check the status
