From the course: Azure DevOps for Beginners
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Clone the repo to a developer computer - Azure Tutorial
From the course: Azure DevOps for Beginners
Clone the repo to a developer computer
- [Instructor] To clone the repository, I need to know the Azure repo URL for the repository so in the Health Clinic, I've got two repositories. I'll click here and then choose the repository I want from this dropdown. I'll choose my simple repo. Then I'll click and clone to get the URL, copy that. Then I'll switch over to my command line interface, which in my case is a customized shell running inside Windows terminal. When I mean customized, this is PowerShell, but I've customized the way it looks and the way the prompt looks in PowerShell. So now I'll change directory to my source folder repos, and then to this learning Azure DevOps folder. Then I'll type in Git clone, paste in the URL, and before I run this, be clear, you have to have Git installed on your computer. I've got Git for Windows installed, so this should work. There you go, and now I will do a DIR. There's my folder, and if I change into that folder, I see my two files. I'll delete the folder. I'll go out to File…
Contents
-
-
-
-
-
(Locked)
What are Azure repos?6m 16s
-
(Locked)
View the parts of Azure repos3m 13s
-
(Locked)
Create an Azure repo in the portal2m 47s
-
(Locked)
Clone the repo to a developer computer3m 18s
-
(Locked)
Create a repo branch2m 17s
-
(Locked)
Edit and commit to repo1m 5s
-
(Locked)
Push the branch to DevOps1m 31s
-
(Locked)
Create a pull request1m 32s
-
(Locked)
Team review of pull request3m 5s
-
(Locked)
-
-
-
-