paint-brush
6 Simple Steps to Import a Project to Azure Repos from Gitby@krishnagk
430 reads
430 reads

6 Simple Steps to Import a Project to Azure Repos from Git

by Krishna G KFebruary 22nd, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

This article will explain how to import a project from Git to Azure Repos in 6 easy steps. Create a new project and import a Git repository into the Azure repository. After successful import, we get all the code into the repos folder along with all the commits and branches as shown below. This repository 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. The next post will show how to use the repository in Build pipelines.
featured image - 6 Simple Steps to Import a Project to Azure Repos from Git
Krishna G K HackerNoon profile picture

This article will explain how to import a project from Git to Azure Repos in 6 easy steps.

Importing Projects from Git to Azure Repos

1. Create a new project.

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

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

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

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 *:

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

This completes a 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.

Please stay tuned on Hacker Noon for part 2!

Also published at https://dev.to/krishnakurtakoti/azure-devops-series-1-1kmo