First, we need to install all dependencies:
# yum install gettext-devel expat-devel curl-devel zlib-devel openssl-develNext, get the git 1.6.x sources:
# wget http://kernel.org/pub/software/scm/git/git-1.6.3.3.tar.gzThen, unpack and cd into git sources folder and install it:
# make && make install & make cleanThat`s it, now you`ll have git system ready to go.

