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
Latest posts by Sushant Kumar (see all)
- [SOLVED] ErrorException preg_match(): No ending delimiter ‘/’ found - December 29, 2020
- How to Check if an application is on its first run or One time Intro Screen with Flutter. - December 21, 2020
- [SOLVED] Unhandled Exception: Navigator operation requested with a context that does not include a Navigator. - December 21, 2020