Installing Git on CentOS 6.3 with yum
I installed Git on CentOS 6.3 using yum.
# yum -y install git # git --version git version 1.7.1
The version is a bit old, but I was able to install it normally with just yum without needing rpm or other packages.
That’s all from the Gemba.