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 Mac OSX use Homebrew or git-scm.
- brew install git