cd /usr/local/src
>> download the GIT
wget http://kernel.org/pub/software/scm/git/git-1.7.6.tar.bz2
>> Next, extract the downloaded file.
tar xvfj git-1.7.6.tar.bz2
cd git-1.7.6
./configure
make
make install
No comments:
Post a Comment