Skip to content

Instantly share code, notes, and snippets.

@muhittin
Created August 5, 2013 07:26
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 muhittin/6154054 to your computer and use it in GitHub Desktop.
Save muhittin/6154054 to your computer and use it in GitHub Desktop.
yum -y install zlib-devel openssl-devel cpio expat-devel gettext-devel
cd /usr/local/src
wget http://git-core.googlecode.com/files/git-1.7.9.tar.gz
tar xvzf git-1.7.9.tar.gz
cd git-1.7.9
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment