Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Created January 20, 2016 14:24
Show Gist options
  • Save lee-pai-long/6f20d6e838fc28d4fdb4 to your computer and use it in GitHub Desktop.
Save lee-pai-long/6f20d6e838fc28d4fdb4 to your computer and use it in GitHub Desktop.

[LINUX MINT 17.2] Install git

$ sudo add-apt-repository ppa:git-core/ppa \
> && sudo apt-get update \
> && sudo apt-get install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment