Install Git on Ubuntu 20.04

Anjianto / 30 Agustus 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 / 30 Agustus 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."