Skip to content

Instantly share code, notes, and snippets.

@ckib16
Created July 20, 2014 18:34
Show Gist options
  • Save ckib16/845e89017c0151b724b8 to your computer and use it in GitHub Desktop.
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
christophersair:~ Chris$ git --version
git version 1.8.5.2 (Apple Git-48)
christophersair:~ Chris$ which git
/usr/bin/git
christophersair:~ Chris$
@ckib16
Copy link
Author

ckib16 commented Jul 20, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment