Reski's hobbies blog place…

This is not just about me, but also bout my family
February 11th, 2012 by ayah

How to install Git on Centos 5.6

Git is one of the most powerful versioning software these days. But by default, it wont be listed as previos Centos 6.0 default packages. You have to install it yourselves.
Following are the steps that is required to install it

# Add the repository
rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm

# Install the latest version of git
yum install --enablerepo=webtatic git-all

Reference:http://stackoverflow.com/questions/3779274/how-can-git-be-installed-on-centos-5-5