Created
July 20, 2014 18:34
-
-
Save ckib16/845e89017c0151b724b8 to your computer and use it in GitHub Desktop.
Git version still shows old 1.8.5.2 after installing git 2.0.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
christophersair:~ Chris$ git --version | |
git version 1.8.5.2 (Apple Git-48) | |
christophersair:~ Chris$ which git | |
/usr/bin/git | |
christophersair:~ Chris$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My terminal is still going to my old 1.8.5 version of git at /usr/bin/git, not my newly installed got 2.0.1 located at /usr/local/git.