skip to Main Content

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:

enter image description here

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:
enter image description here
I might see the list but instead, I am being forwarded to a first repository from the Project.

2

Answers


  1. 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

    enter image description here

    Login or Signup to reply.
  2. I found two extensions in the Marketplace that meets your needs.
    The first is the Git repository list.

    enter image description here

    The second one is repo-board.

    enter image description here

    You can choose one of the above.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search