I have OS X Lion, and it comes with Git version 1.7.7.5 (Apple Git-26).
I then used Homebrew to install Git 1.7.10.1, and everything went fine.
But then when I did git --version, it still showed Git version 1.7.7.5.
Does anyone have this issue?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try changing your path order on your
.bashrcand put/usr/local/bin(which Brew uses) before/usr/bin(which has the default git). It should do the trick.