Download latest Git Source code from
https://github.com/git/git/releases
to install, run
cd /usr/local/src wget https://github.com/git/git/archive/v2.11.0.tar.gz -O git.tar.gz tar xfv git.tar.gz cd git-* make configure ./configure --prefix=/usr make make install