Azure DevOps : Repository (Repos) - Part 3

Azure DevOps : Repository (Repos) - Part 3

After creation of Organization and first project , let's move to repository (repos).

When project get created in Azure DevOps ( under oganization . Please look at Part 2). It will automatically create one repository. This is good for new work to start. There are other option too.

  1. Import repository.
  2. Create repository.

Note : You can have multiple repository under one project.

As I have created project named "DevOpsTutorial" , repository with name "DevOpsTutorial" already created.

6.png

It is possible to create new repository as well.

  1. Click on top drop down near current repository name.

7.png

  1. It will open following pop-up. Here provide your new repository name.

8.png

  1. Please give repository name. ( In my case "firstrepo")

9.png

3.a There is a option to choose type. ( Git or TFVC) . There is different between Git and TFVC ( team foundation version control). Main difference is Git is distributed while TFVC is centralize. Choose this option wisely. You can find more detail at TFVC vs git

10.png

Once repository created it will display its page with different option. ( I have selected Git).

  1. Initialize the repository. It will initialize repo. with readme.md file.

12.png