Sep 11 2023
04:51 AM
- last edited on
Mar 05 2024
03:01 PM
by
TechCommunityAP
Sep 11 2023
04:51 AM
- last edited on
Mar 05 2024
03:01 PM
by
TechCommunityAP
Hi All,
I have configured the project in Azure DevOps using github repos. Now i need use local Azure repos. Please suggest me the steps to do the same.
Sep 11 2023 05:38 AM - edited Sep 11 2023 05:39 AM
Switching from GitHub repositories to Azure DevOps repositories is a relatively straightforward process. Here are the general steps to follow:
Create a New Azure DevOps Repository:
Clone the New Repository:
Copy Your GitHub Project:
Commit and Push Changes:
Update Remote URLs:
Verify and Continue Development:
This process assumes you want to migrate your code to a new Azure DevOps repository while keeping the existing GitHub repository untouched. If you want to completely disconnect from GitHub, you can simply remove the GitHub remote using the git remote remove command.
Also update any CI/CD pipelines or other integrations that may be connected to your GitHub repository to use the new Azure DevOps repository.
Follow the Link https://learn.microsoft.com/en-us/azure/devops/repos/git/import-git-repository?view=azure-devops