Post

Install Git on Linux and Unix

Step-by-step instructions to install Git on Debian, Ubuntu, and Alpine Linux distributions.

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.