Designing and Implementing Microsoft DevOps Solutions — Question 33
You need to perform the GitHub code migration. The solution must support the planned changes for the DevOps environment.
What should you use?
Answer options
- A. git clone
- B. GitHub Importer
- C. Import repository in Azure Repos
- D. git-tfs
Correct answer: B
Explanation
The GitHub Importer is specifically designed for migrating repositories to GitHub, making it the most suitable choice for the task. Options A and D do not facilitate migration to GitHub, while option C is focused on Azure Repos and does not align with the requirements for GitHub.