Install Git

Installing Git.

Linux

Debian/Ubuntu

sudo apt-get update
sudo apt-get install git

verify the version installed

git --version

Windows

Git Installer For Windows

MacOS

HomeBrew

brew install git

Verify installation

git --version

Other Git Instructions


Last modified 05.01.2017