Skip to content

Instantly share code, notes, and snippets.

@violetyk
Created June 16, 2016 09:46
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 violetyk/70be287215ca6be9dab07aad5ee154a1 to your computer and use it in GitHub Desktop.
Save violetyk/70be287215ca6be9dab07aad5ee154a1 to your computer and use it in GitHub Desktop.
install Git 2.9
mkdir ~/build
cd ~/build
wget https://www.kernel.org/pub/software/scm/git/git-2.9.0.tar.gz
tar xzf git-2.9.0.tar.gz
cd git-2.9.0
make prefix=/usr/local all
make prefix=/usr/local install
git --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment