From the course: Learning Static Site Building with Jekyll

Unlock the full course today

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

Install Git

Install Git

From the course: Learning Static Site Building with Jekyll

Start my 1-month free trial

Install Git

- [Instructor] In this course, you'll also use Git to keep track of your project files. If you haven't use Git before, I'd recommend watching the course Learning Git and GitHub by Ray Villalobos. If you're on Mac or Linux, Git is most likely already installed. If you're on Windows, go to git-for-windows.github.io and follow the instructions to install Git. Then, open up PowerShell or your terminal and run git --version. If you see a version string like this, you're all set.

Contents