This alias in .git/config :
pycat = !find -iname '*.py' -exec cat {} \;
Gives me this in a shell:
$ git pycat fatal: bad config file line 19 in .git/config
I tried quotes, without quotes, switching quote types, overcoming all four levels, but I can't figure out what makes git miserable here.
git find alias
Gary Fixler Jun 14 '14 at 2:36 on 2014-06-14 02:36
source share