Skip to content

Instantly share code, notes, and snippets.

@amiel
Created April 3, 2012 21:33
Show Gist options
  • Save amiel/2295633 to your computer and use it in GitHub Desktop.
Save amiel/2295633 to your computer and use it in GitHub Desktop.
I wonder if this is causing problems
$ 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