From the course: Visual Studio 2019 Essential Training

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Clone the exercise files from GitHub

Clone the exercise files from GitHub - Visual Studio Tutorial

From the course: Visual Studio 2019 Essential Training

Start my 1-month free trial

Clone the exercise files from GitHub

- [Instructor] To get a working copy of the Git repo, use the Clone command. Basically, this copies a repo and all the code to your developer computer. For this example, we'll use this LinkedIn Learning repository on GitHub. All the code for the rest of this course is in this repo. This page may look different when you visit the site. I'm recording the course and working with a forked copy, and actively updating the later chapters. I'm certain there will be updates. The first stop is to click on this Clone or Download button, and then click here to copy the URL. Next stop is to switch over to Visual Studio and clone the repository. Now what I've done here is I've got Visual Studio open on the left side, and File Explorer open on the right side, and I'm showing my repo's folder here. So if you don't see the Team Explorer, go to View Team Explorer. I've got three areas here. I've connected to GitHub. You might not be connected in Visual Studio, so you might not see this section up here.…

Contents