Exam Preparation Quiz

Question 58 of 75

Migrate GitHub Repository to Azure Repos

MDFT Pro is using both Azure Repos and GitHub repositories as shown in the following table.

TypeURL
Azure Reposhttps://dev.azure.com/mdft.academy/edu_project/_git/edu_project.git
GitHubhttps://github.com/mdft.academy/edu_project.git

You have been hired by MDFT Pro to migrate the source code for edu_project from the GitHub repository to the Azure Repos repository. The solution must ensure that after the migration, the Azure Repos repository contains all branches and history from the GitHub repository.

Which three commands should you run in sequence?

Choose all correct answers from the options below.

Explanations for each answer:

Learn more about importing a Git repository:
Importing Git Repositories
Next Question