Installing Git on CentOS 6.3 with yum

Tadashi Shigeoka ·  Tue, November 20, 2012

I installed Git on CentOS 6.3 using yum.

Git
# 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.