Skip to content

Instantly share code, notes, and snippets.

@trodrigues
Created June 4, 2014 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trodrigues/0a8dd8ffd84cd4206c68 to your computer and use it in GitHub Desktop.
Save trodrigues/0a8dd8ffd84cd4206c68 to your computer and use it in GitHub Desktop.
for i in `find sourcefolder -name "config"|grep ".git/config"` ; do
echo "[user]" >> $i
echo "\tname = First Last" >> $i
echo "\temail = first@last.com" >> $i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment