
How to Create a Git Repository: git init
A Git repository (or repo for short) contains all of the project les and the entire revision history. Learn the Git command to make a repository.

Download & Install Git on Mac & Windows
To use Git, you must first install it. Installing Git is different on Mac and PC, so follow the appropriate instructions below depending on your operating system.

Git Setup: Your Name & Email
Git allows you to work more easily with other developers. Because you want to know who worked on a file and how to contact them, you need to tell Git your name and email.