Git

Git is a version control system that intelligently tracks changes in files. Git is particularly useful when you and a group of people are all making changes to the same files at the same time.

You'll learn more about Git during your course. For now, let's make sure it's set up and ready to go on our machines!

Windows Install Guide

macOS usually comes with Git pre-installed. To check if Git is installed, open your Terminal (you can find it via Spotlight Search or in the Utilities folder within Applications) and type:

git --version

If Git is installed, you will see the version number. If not, follow the instructions here.

Configuring Git

Mini Challenge 🙌

Last updated