Created
December 12, 2015 20:43
-
-
Save rBatt/10f7cad5face689d5ae7 to your computer and use it in GitHub Desktop.
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
export PATH=$HOME/bin:$PATH | |
source ~/.bashrc | |
export PATH=$PATH:/usr/include | |
source ~/.bashrc | |
echo $PATH | |
cd | |
mkdir src | |
cd src | |
curl -LO https://github.com/git/git/tarball/v2.6.4 | |
tar -xzvf v2.6.4 | |
cd git-git-f9ef668/ | |
make | |
make install | |
git --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment