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.
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.
You can create a new repository and import data into it: https://docs.microsoft.com/en-us/azure/devops/repos/git/import-git-repository?view=azure-devops
Steps