Cómo instalar Git en 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 add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
$ brew install git
$ sudo apt-get update $ sudo apt-get install git