Reputation: 103
I have a Azure DevOps project (Project A), which has a repository Repo A. I have a different project (Project B). Now, I would like to "link" Repo A to Project B.
I am aware that I can clone Repo A to Project B, but my specific requirement is to simply use Repo A in Project B and not to create a clone.
How to do this in Azure DevOps?
Upvotes: 1
Views: 1684
Reputation: 15998
The requirements of your development process with two linked repositories are not clear. However, you can fork Repo A into Repo B of Project B and move changes between them. Documentation: Forks.
Upvotes: 1