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

前端 未结 3 844
抹茶落季
抹茶落季 2021-02-12 01:13

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

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-12 01:38

    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"

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

    1. Done

提交回复
热议问题