-1

I have more projects and branches like dev, feature, bug and master etc. Over time, there are differences between branches and it becomes difficult to follow them.

Is it possible to see branch statuses in a table. For example, dev, master uptodate status, last commit, waiting pull request who approved etc.

riQQ
  • 9,878
  • 7
  • 49
  • 66
Metin Bulak
  • 537
  • 4
  • 8
  • 30

1 Answers1

1

You can find it in the following menu

Menu: Repos > Branches

It looks like this: Overview

Source: https://learn.microsoft.com/en-us/azure/devops/repos/git/manage-your-branches?view=azure-devops

riQQ
  • 9,878
  • 7
  • 49
  • 66