Upgrade git
Black Elephants
http://coolestguidesontheplanet.com/install-update-latest-version-git-mac-osx-10-9-mavericks/
cd ~
open .bash_profile (or touch .bash_profile first)
export PATH="/usr/local/git/bin:$PATH"
<restart terminal>
echo $PATH
git --version