Comment installer Git sur Linux
#For linux
sudo apt-get install git
Computer Nerd
#For linux
sudo apt-get install git
$ sudo apt install git
# On Windows 10
https://git-scm.com/download/win
# Installing on Linux
sudo dnf install git-all
# on a Debian-based distribution, such as Ubuntu, try apt:
sudo apt install git-all
# On Mac
https://git-scm.com/download/mac
sudo apt install git-all
$ brew install git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/fabriziocucci/git-bash-for-mac/master/install.sh)"