Skip to content

Instantly share code, notes, and snippets.

@mariadanieldeepak
Created August 31, 2018 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariadanieldeepak/cbb68f4b73e852f6f344975f8f834ef8 to your computer and use it in GitHub Desktop.
Save mariadanieldeepak/cbb68f4b73e852f6f344975f8f834ef8 to your computer and use it in GitHub Desktop.
Install Git in Linux
# 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