Install Git on Linux and Unix
Install
Debian/Ubuntu
For Ubuntu
1
2
3
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
Alpine
1
sudo apk add git
References
This post is licensed under CC BY 4.0 by the author.
For Ubuntu
1
2
3
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
1
sudo apk add git