Git Installation Steps in Linux.
Step-1: Open terminal
Open dashboard and click terminal or use shortcut as ctrl+alt+t .
Step-2: Update your default packages
Login to your sudo user and update your default packages first.
sudo apt update
apt_update
Step-3: Install Git
Command to install git on your Linux Operating system.
sudo apt install git
apt_install_git
Step-4: Confirm your installation
You can confirm whether git has been successfully installed or not by running.
git --version
git_version

Sign Up Page
oops

Login to see solution/discussion