Skip to the content.

How to Install Git

Mac OSX

It should came installed with the OS

To check it:

 	> git --version
 	git version 2.x.x ....

In case it is not installed:

Make sure that brew is installed and run:

brew install git

Now check that is there.

Windows

Use the default installer: [Here] (https://gitforwindows.org) or Here