homebrew - Two versions of git installed, currently using old one, how do I switch? -
i need help, had version of git installed while (not sure how) not using homebrew. installed homebrew , i'm not sure how use new 1 instead of old one. ideas? in advance
$ -a git /usr/local/bin/git /usr/bin/git /usr/local/bin/git $ git /usr/local/bin/git $ /usr/bin/git --version git version 1.7.5.4 $ /usr/local/bin/git --version git version 1.8.4 $ git --version git version 1.7.5.4
export path=/usr/local/bin:$path
Comments
Post a Comment