Git Installation
On Linux you use your package manger (apt-get, yum, etc…) or install from git-scm
yum install git-coreapt-get install git-core
On Microsoft Windows install Git from git-scm or Git for Windows. They are the same.
On MacOS use Homebrew or git-scm.
-
brew install git -
In some systems you could also just type
gitin the Terminal and you’ll be offered to installgit.