Open Source is king!



how to install git on ubuntu 22.04

Git installing

#!/bin/bash 

sudo apt update
sudo apt install git-all
git --version