Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to install Git on Ubuntu/Linux.

To install Git on Linux/Ubuntu you have to Run the below commands

Step 1 :- First check that your packages are updated or not :

sudo apt update

Step 2 :- Run the below command to install Git :

sudo apt install git

Step 3 :- Verify the installation by typing the below command which will print the Git version :

git –version

OUTPUT

git version 2.17.1