Hi,
If you want to install Git 1 then you have to install the epel-release repo.
$ yum install epel-release
If you want to install Git 2, then you have to install endpoint rpm.
$ rpm -ivh endpoint-repo.1.7.rpm
After that you can install Git.
$ yun install git
Hope this will work.
Thank You