compiled on mac osx 10.9.5, may work on other systems. Tell us if not.
it installs git in /usr/local/bin
if you have already git in /usr/bin, change in $PATH /usr/local/bin first. you can do it with: edit your ~/.bash_profile, add at the end: export PATH = "/usr/local/bin:$PATH"