1

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?

3
  • I don't think it's possible. Can you explain the need? Maybe a alternative solution exists. Commented Feb 2, 2021 at 13:53
  • Not exactly sure what you mean, but would a submodule work? Commented Feb 2, 2021 at 15:46
  • Thank you. I realized forking is the solution for what I needed. Commented Feb 2, 2021 at 17:45

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks a lot for the answer. I think forking works for what I am looking for.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.