XCode CLI installer puts a copy of git in /usr/bin
Reinstalling the latest git from git-scm.com put git in /usr/local/git/bin/git
Can you tell me if there are any known problems with doing the following:
sudo rm /usr/bin/git
ln -s /usr/local/git/bin/git /usr/bin/git