Created
August 5, 2013 07:26
-
-
Save muhittin/6154054 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
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