Install Latest Git on Ubuntu 20.04

Add git-core PPA repository

yes | sudo add-apt-repository ppa:git-core/ppa

Update APT database

sudo apt update

Install GIT

sudo apt install git -y

Check the installation

git --version

You'll only receive email when they publish something new.

More from Md. Sazzad Hossain Sharkar
All posts