Git Installation
On Linux you use your package manger (apt-get, yum, etc...) or install from git-scm
- yum install git-core
- apt-get install git-core
On Microsoft Windows install Git from git-scm.
On macOS (was Mac OSX) use Homebrew or git-scm.
- brew install git
- You could also just type git in the Terminal and you'll be offered to install git.