Skip to content

Instantly share code, notes, and snippets.

@dhwthompson
Created March 28, 2012 08:58
Show Gist options
  • Select an option

  • Save dhwthompson/2224913 to your computer and use it in GitHub Desktop.

Select an option

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 user@example.com; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment