I have Centos VM with git 1.7.1. I would like to upgrade to the latest version of git. However when I try to upgrade using yum, it says nothing to do and does not upgrade the version. Below is the output from yum command :
# yum install git
Loaded plugins: fastestmirror, refresh-packagekit, security
Determining fastest mirrors
* base: centos.aol.in
* extras: centos.aol.in
* updates: centos.aol.in
base | 3.7 kB 00:00
base/primary_db | 3.4 MB 01:18
extras | 3.5 kB 00:00
extras/primary_db | 19 kB 00:00
jenkins | 951 B 00:00
jenkins/primary | 22 kB 00:01
jenkins
jenkins | 951 B 00:00
jenkins/primary | 22 kB 00:01
jenkins 204/204
updates | 3.4 kB 00:00
updates/primary_db | 4.1 MB 02:08
Setting up Install Process
Package git-1.7.1-3.el6_4.1.i686 already installed and latest version
Nothing to do
Please help me for upgrading to latest version of git on Centos 6.4...