Install Git on Ubuntu 20.04

Anjianto / August 30, 2021
Run commands:
sudo su
apt update
apt install -y git
Check
For check the installation done, run:
git --version
If the output contain a Git version, the installation was successful."
Anjianto / August 30, 2021
Run commands:
sudo su
apt update
apt install -y git
For check the installation done, run:
git --version
If the output contain a Git version, the installation was successful."