snippetMajor
How to have multiple git repos in an Azure DevOps project?
Viewed 0 times
reposprojectazuregitmultiplehowdevopshave
Problem
My organisation uses Azure DevOps and we want to use git as our repo.
But, Azure projects seem to only allow one git repo per project.
This is bizarre to me! Projects and repos are usually separate. One project may involve development on several tools, and a tool may be used by several projects.
How can I get projects to engage with multiple git repos?
But, Azure projects seem to only allow one git repo per project.
This is bizarre to me! Projects and repos are usually separate. One project may involve development on several tools, and a tool may be used by several projects.
How can I get projects to engage with multiple git repos?
Solution
Following works for me:
If that's not available, then it must be a permissions setting that I'm not aware of.
- Click on your Project and then [Repos] in the left hand menu.
- Along the top, you'll see the bread-crumbs:
Organization / Project / Repos / Files / {NameOfCurrentRepo}
- Click the down arrow next to that and you'll see the option to add a
new Repository
If that's not available, then it must be a permissions setting that I'm not aware of.
Context
StackExchange DevOps Q#10886, answer score: 28
Revisions (0)
No revisions yet.