How to get list of all changes with files name in a Azure Branch

|
| By Webner

When we work with Source Control systems and work in a developer branch that is created from the main/master branch. Sometimes, there is a case when we have pushed multiple times in a branch but we need to check the overall changed files in that particular Azure branch. So one way is to compare that branch with the master branch and we can follow the steps below:

  1. Go to the project of Azure DevOps.
  2. Click on Branches from the Repos menu.
    Azure branches
  3. Click on the Compare branches button from the More Options menu.
    compare-branches
  4. Now you can select the Files tab and all files changed in the branch will be listed below.
    commits

Leave a Reply

Your email address will not be published. Required fields are marked *