I have a project "ABC" in the AzureDevops. I have couple of repositories created inside this project. I would like to have a view/dashboard which will show all repositories as a list. Every repository of this list is a link/button which when clicked, redirects me to the Repo page, where I can see the commits, branches, pull requests etc. Currently the "Summary" (Overview) page of the "ABC" project does not show anything:
How can I see all repositories? Can I include a list of repositories on the Summary/Overview Page?
I was thinking if I click the "Repos" button from the left pane:
I might see the list but instead, I am being forwarded to a first repository from the Project.
2
Answers
The repositories overview can be found from in the Project’s settings pages an can also be accessed from the currently selected repository by clicking the ⚙️ Manage repositories option in the repo selector.
Url:
https://dev.azure.com/{org}/{project}/_settings/repositories
I found two extensions in the Marketplace that meets your needs.
The first is the Git repository list.
The second one is repo-board.
You can choose one of the above.