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

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