Install git on Ubuntu all versions

 For Ubuntu, this PPA provides the latest stable upstream Git version




sudo add-apt-repository ppa:git-core/ppa # apt update; apt install git

Install lasted version:

sudo apt-get install git

For test just type: 

git -v

Comments