Skip to content

Instantly share code, notes, and snippets.

@rBatt
Created December 12, 2015 20:43
Show Gist options
  • Save rBatt/10f7cad5face689d5ae7 to your computer and use it in GitHub Desktop.
Save rBatt/10f7cad5face689d5ae7 to your computer and use it in GitHub Desktop.
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