Install Git

Navigate to git's website:

Follow the instructions to download git depending on your operating system.

  1. For Windows: The download should start once you click on the Windows option.

  2. For Linux: Use your terminal and whichever package manager to download git.

  3. For Mac: Use your terminal to first install Homebrew (To check if Homebrew is install, type "brew help" into your terminal. If your terminal returns "command not found" then you need to install it) and then install git using the command "brew install git."

Last updated