Created
April 3, 2012 21:33
-
-
Save amiel/2295633 to your computer and use it in GitHub Desktop.
I wonder if this is causing problems
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
$ for g in $(for p in `echo $PATH|sed 's/:/ /g'`;do if [ -f $p/git ];then echo $p/git; fi;done|sort|uniq);do echo $g;$g --version;done | |
/usr/bin/git | |
git version 1.7.7.5 (Apple Git-26) | |
/usr/local/bin/git | |
git version 1.7.9.5 | |
/usr/local/git/bin/git | |
git version 1.7.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment