I want to use latest version of git (1.8.3).
Currently when I make git --version
it shows me git version 1.7.12.4 (Apple Git-37)
which was installed together with Xcode I suppose.
I installed newest version but still bash uses Xcode one..
Please advice me how to override xcode git with the path that is installed to usr/local/bin
?
Thanks!