Now that your account is created, it's time to import your code into VSTS:
- On the next page, you'll see different options to integrate your project from your computer, using the command line and even by initializing a new Git repository.
- We already have our project synced on Git, so we'll be choosing the option to import a project from Git, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781788296243/graphics/assets/40dcb7cd-5638-4175-96e9-66288b0ad16d.png)
- Clicking on the Import button will open a small popup window where you can choose either Git or TFS as your source type and provide your repository URL.
- Please note that it will require you to give this application permission to access using your Git credentials:
![](https://static.packt-cdn.com/products/9781788296243/graphics/assets/ecac0952-4fef-474d-a21e-8812ab05fba3.png)
- After providing the repository URL and login information, click on the Import button.
- This will import your project from Git into the VSTS server, where you then can manage all the processes...