In this section, we will demonstrate how to migrate a TFVC project located on Azure DevOps. First, we will locate our project on Azure DevOps. You can do this by navigating to your organization at https://dev.azure.com. Setting up an organization is outside the scope of this book, but it is quite easy and free if you are a small company or an open source project. You can read more about this on the Azure page, here: https://azure.microsoft.com/nl-nl/services/devops/.
The project page for the git-tfs migration tool can be found on GitHub (https://github.com/git-tfs/git-tfs). Before you install git-tfs, there are a few prerequisites you need to take into account:
- You need a Windows machine to install it with.
- It has to ...