These are the Terminal commands I recently used (January 2014) to install Git 1.8.5.2 from source on CentOS 6.5. I ran this in a VirtualBox VM after a fresh install from the ISO.
If you are not running in a VirtualBox VM, you will need to run the following first:
su
yum -y install gcc make
exit