Hi friends! I've recently updated my git installation on Mac OS X via 
default installation package to version 2.0.1. Before installation I used 
uninstall script bundled with installation package as described in readme 
file. However `git --version` shows me that I use 1.8.4 version.

After short investigation I've found several git binaries in my system:
/usr/local/bin/git – git version *1.8.4*
/usr/bin/git       – git version *1.8.5.2* (Apple Git-48)

Finally I've found the new one

/usr/local/git/bin/git – git version *2.0.1*
Currently default is:
$ which git
/usr/local/bin/git

So, what is the best way to make git 2.0.1 to be a default system-wide git 
binary?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to