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

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

java.util.scanner - How to read and add only numbers to array from a text file -