Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1008 Bytes

File metadata and controls

32 lines (18 loc) · 1008 Bytes

Installing Git

⚠️ This document assumes that you are using macOS. If you are using a different operating system, please file an issue and check out the official Git docs.

Table of Contents

  1. Prereqs
  2. Installing Git
  3. Alternative Methods
  4. Next Steps

Prereqs

Installing Git

Open up the Terminal application, and run the following command:

git --version

If you have not yet installed Git, a prompt should be displayed asking to install it. Follow any directions from there.

Alternative Methods

If you already have Homebrew installed, simply run the following command:

brew install git

Next Steps

Now that you have Git installed for work on local repositories, you are ready to configure Git to use with Github.