From the course: Designing and Implementing Source Control using GitHub and Azure DevOps
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Importing from GitHub to Azure DevOps
From the course: Designing and Implementing Source Control using GitHub and Azure DevOps
Importing from GitHub to Azure DevOps
- GitHub and Azure DevOps are two of the most popular tools for managing Git repositories, and conveniently they're both owned by Microsoft and we can leverage and share functionality between them. There are several scenarios when we might want to share functionality such as using GitHub primarily for pull requests and code reviews, using Azure DevOps boards for project management tasks or using Azure DevOps pipelines for CI/CD functionality, which you can learn more about from other courses here on LinkedIn learning. The fact is that each tool has its approach to certain common tasks and using them both can help us to leverage the best of both worlds. There are several scenarios when we might want to import a repo completely from GitHub to Azure DevOps. And some of the benefits of this process include wanting the repository code and history completely imported to Azure DevOps, that there's no link between the platforms and…