Instructions for installing Git.

Register for a GitHub account

To start, you need a GitHub account. If you already have a GitHub account, you can go on to the next step. Otherwise go to:

https://github.com/

and create an account. Choose the free plan, and no organization is needed.

Obtain a git client

For Mac or Windows

Go to:

https://desktop.github.com/

and download GitHub.

For Linux

This will depend on your flavor of Linux. However, it will be something like:

sudo apt-get install git-core
or
pacman -S git
Regardless, a search for ‘git ¡my Linux variety¿‘ should lead you in the right direction.