DEV Community

Krishna Kurtakoti
Krishna Kurtakoti

Posted on

Azure Devops Series - 1

Steps for import project to Azure Repos from Git:

  1. Create a new project.
    1

  2. After getting the ‘Welcome to the project!’ screen, click on the repos.
    2

  3. Under the Import a repository section, click on the import button.
    3

  4. Under the Import a Git repository screen as shown below, enter your git link, credentials as shown below:
    4

  5. After clicking import button, we get the screen as shown below:
    Repository type: Git

Clone URL *: https://repo-url.git.beanstackapp.com/project-workshift.git

Username:

Password / PAT *:
5

  1. After successful import, we get all the code into the repos folder along with all the commits and the branches as shown below: 6

This completes successful import of the git repository into the Azure Repos. This repository in Azure Repos can be used for Continous Integration and Continous Delivery by creating Build pipelines and Release pipelines as shown in the next post of the series.

Top comments (0)