Created
June 16, 2016 09:46
-
-
Save violetyk/70be287215ca6be9dab07aad5ee154a1 to your computer and use it in GitHub Desktop.
install Git 2.9
This file contains hidden or 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
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