From the course: Programming Foundations: Version Control with Git
Exercise files - Git Tutorial
From the course: Programming Foundations: Version Control with Git
Exercise files
- [Instructor] In this course, we'll be working with various tools to learn how to use Git. To follow along with the exercises, you will need a GitHub account. You can sign up for free at github.com. You'll also need a text editor to create and edit files. I'll be using Visual Studio Code but you can use any editor of your choice. You will also need a Git client, there are many to choose from but I'll be using GitHub Desktop. I recommend using it as well to keep things consistent since we'll be going through actions that are specific to the interface of this app. You can just download it for now, don't worry about setting up just yet. The course exercise files can also be downloaded from GitHub using this URL. To download the files, click the green Code button, then select Download ZIP. Then open the zip folder and save the exercise files somewhere easy to find. I'll move just the exercise files folder to the desktop. In this course, we'll mostly be working with the tools I previously mentioned, so the exercise files only contain a basic website template. There's also a Git cheat sheet and a links PDF file with clickable links to all the resources referenced throughout the course. The exercises are mostly done in a code along style. You can choose to follow along or just watch. There are also challenges at the end of chapter two and chapter three, followed by a solution video. This will give you a chance to work it out on your own.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.