How do I move an Azure DevOps project to a different organization?

If you just need to move repos, you can use the built in clone functions:

  1. Go to the Azure Devops source repo -> Files
  2. Click “Clone”
  3. Choose “Generate Git Credentials”

Generate GIT credentials

  1. Create the target repo in the target Azure DevOps
  2. Choose “Import a repository”
  3. Use the URL and credentials from Step 3

enter image description here

  1. Done

Leave a Comment