From the course: AI-Powered Development: GitHub Copilot in Visual Studio Code

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

How to access the sample code on GitHub

How to access the sample code on GitHub

All of the examples and applications for this course are freely available on GitHub in the LearnItLabs organization. You'll find them here at this URL. If you want to follow along, explore the code, or review the examples, you'll first need to get the files onto your computer. There are two ways to do this. One is to click on the green button. Go here and download the zip. Unzip the file somewhere on your computer or you can choose to copy this URL and clone this repository using git. Here's how I would use the clone function. In your terminal navigate to your repositories folder or wherever you want to store the project. Here I am in my learn at labs folder in my repository folder so I would just call git clone paste in the URL I just copied from the website and when I'm done I'll have the files ready to use.

Contents