git
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.
Install homebrew.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install git
brew install git
Debian/Ubuntu:
apt-get install git
RedHat/Fedora:
yum install git
Last modified 2yr ago