GIT is really easy to install, all you need to do is download and install the dependencies and then download the package from the GIT website and deploy it. I will show you in a easy step by step guide.
- yum install gettext-devel expat-devel curl-devel zlib-devel openssl-devel
- wget http://kernel.org/pub/software/scm/git/git-1.7.0.tar.gz
- tar xzf git-1.7.0.tar.gz
- cd git-1.7.0
- make && make install
That’s it, you have just installed GIT, happy coding!