Skip to content

Intro to git and GitHub

Installing git

It's probably already installed at this point, you can test with git --version.

Otherwise, use Homebrew to install it:

brew install git

It should already be installed if you are using Cmder. You can test by running git --version.