How to install Git on Ubuntu Linux
- 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
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