Created
August 31, 2018 14:01
-
-
Save mariadanieldeepak/cbb68f4b73e852f6f344975f8f834ef8 to your computer and use it in GitHub Desktop.
Install Git in Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Updates the packages list | |
sudo apt update | |
# Fetches the newwer versions of packages existing on the machine | |
sudo apt upgrade | |
# Install Git | |
sudo apt install git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment