I have got a project in an old org (from VSTS), that I want to move to my new one.
I can\'t see any options in Azure DevOps on migrating projects, or any informa
If your Azure Devops project only tracks code versions using a single Git repo, hence no boards, user stories, tasks, pipelines, etc. then you can do the following:
.git
database folder, most likely the solution folder of Visual Studio and type git remote rm origin
. .git
database and the *.sln
Visual Studio solution file:
If you just need to move repos, you can use the built in clone functions:
This is not supported today. But this feature was planned to develop: make it possible to move a Team Project between Team Project Collections