When I install git on windows or Ubuntu, i get a recent version of git close to what is listed here:
https://github.com/git/git/releases
However, When I install git on a centos Linux, I get an older version of git:
yum check-update
yum install -y git
git --version
git version 1.8.3.1
version 1.8.3.1 is to old. I think I am missing something here.
Why do I get such old version of git on centos?