Steps to install Git on Ubuntu

How to install Git on Ubuntu Linux

  1. Refresh the packages of Ubuntu
   sudo apt update

2. Install git is simple process just fire the following command:

   sudo apt install git

3. Verify the installation of Git

   git --version

Leave a Reply