Skip to content

Instantly share code, notes, and snippets.

@dhwthompson
Created March 28, 2012 08:58
Show Gist options
  • Save dhwthompson/2224913 to your computer and use it in GitHub Desktop.
Save dhwthompson/2224913 to your computer and use it in GitHub Desktop.
Mass update of Git user emails
for git_path in $(find `pwd` -name .git); do cd `dirname $git_path`; git config user.email [email protected]; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment