git

Windows

The windows git installer can be downloaded here:

While running the installer, please enable experimental support for pseduo consoles like in the screenshot:

All the other settings defaults are OK.

macOS

Install homebrew.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install git

brew install git

Linux

Debian/Ubuntu:

apt-get install git

RedHat/Fedora:

yum install git

Last updated