Can anyone explain this? which git
seems to be lying...
$ which git
/usr/local/bin/git
$ /usr/local/bin/git --version
git version 1.7.9.2
$ git --version
git version 1.7.10.4
Try flushing git
from the bash hash table used for path lookups with the command:
hash -d git
Then try again.
Articles for Reference:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With