From the course: Azure DevOps for Beginners

Unlock this course with a free trial

Join today to access over 22,500 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 HealthClinic, I've got two repositories. I'll click here and then choose a 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 change directory, to my source folder, repos, and then to this learning Azure DevOps folder. 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, I'll do a DIR. There's my folder. And if I change into that folder, I see…

Contents