How to clone/copy repo into another Azure DevOps project?

Viewed 7324

How to clone/copy repo into another Azure DevOps project? I've seen fork option however it then gives possiblity of merging it back, which I don't want, I would like to copy/clone existing repo into new project and preserve its history.

2 Answers

Creating a new repo is not necassary since import creates a new one automatically.

Related