git on ubuntu code example
Example 1: ubuntu install git
sudo apt update
sudo apt install git
Example 2: install git ubuntu
$ sudo apt install git
Example 3: ubuntu git
git clone https://github.com/rouissi-iheb/VueJS-crud-Frontend
Example 4: latest version of git
/ we need to type both of them git fetch origin git reset --hard origin/master