So I just installed the latest git, with the official mac installer. I'm on Mavericks.
Sadly, git --version is still
git version 1.9.3 (Apple Git-50)
and which git gives me:
/usr/bin/git
Instead, the git installer installed the updated git in
/urs/local/git
echoing $PATH gives:
[some hidden paths]:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin/:/usr/local/bin
How can I make my mac to use the right update git?
/usr/local/git/binbefore/usr/bin./usr/bin /bin /usr/sbin /sbin /usr/local/binand I added/usr/local/git/binbefore all. Now it works. Thank you.