[git-users] MacOs Mountain Lion git --version doesn't change after installing latest

2013-02-11 Thread email
Hi! I just installed git 1.8.1.3 using the dmg downloaded from the official site. After installation (and mac restart) though, git --version still tells 1.6.4.2 How can I fix this? thank you -- You received this message because you are subscribed to the Google Groups Git for human beings

Re: [git-users] MacOs Mountain Lion git --version doesn't change after installing latest

2013-02-11 Thread Konstantin Khomoutov
On Mon, 11 Feb 2013 08:09:08 -0800 (PST) em...@reghellin.com wrote: Hi! I just installed git 1.8.1.3 using the dmg downloaded from the official site. After installation (and mac restart) though, git --version still tells 1.6.4.2 How can I fix this? Does [1] help? 1.

Re: [git-users] MacOs Mountain Lion git --version doesn't change after installing latest

2013-02-11 Thread Juan Fernando Obando Saldarriaga
Update the order of the elements of your PATH env. variable. I did this on my .bash_login file: export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin Hope it helps. On Mon, Feb 11, 2013 at 11:22 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Mon, 11 Feb 2013 08:09:08

Re: [git-users] MacOs Mountain Lion git --version doesn't change after installing latest

2013-02-11 Thread Melton Low (devl)
I believe it's located in /usr/local/git/bin. So verify the git executable is there then put /usr/local/git/bin in ahead of the other. Juan Fernando Obando Saldarriaga wrote: Update the order of the elements of your PATH env. variable. I did this on my .bash_login file: export