Friday, February 5, 2021

how to create project and repo in Azure_Devops

 

Azure DevOps Server is a Microsoft product that provides version control, reporting, requirements management, project management, automated builds, testing and release management capabilities. It covers the entire application lifecycle, and enables DevOps capabilities. 


Step 1) login into Azure_DevOps account

https://dev.azure.com/sau#######singh2000

 

Step 2) Click on New Project


Step 3) Write Project_Name and Description, Select Private and Click on Create

Step 4) Click on Repos >> click on branches >> click on new_branch

Step 5) Write Branch name and click on create


 Get Clone URL of repo

Step 1) Click on clone and copy SSH or HTTP clone url

HTTP :- During cloning need to authenticate via USER_NAME and PASSWORD
SSH  :- During cloning don't need to to authenticate, just add system ssh public key


 

Step 2) Comes on terminal and write below syntax.

git clone clone_url

 

No comments:

Post a Comment

testing