Skip to content

Instantly share code, notes, and snippets.

@SHSharkar
Created February 25, 2022 08:42
Show Gist options
  • Save SHSharkar/6dd6beb5ae322fc963ab6536fd06e16c to your computer and use it in GitHub Desktop.
Save SHSharkar/6dd6beb5ae322fc963ab6536fd06e16c to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment