Created
March 28, 2012 08:58
-
-
Save dhwthompson/2224913 to your computer and use it in GitHub Desktop.
Mass update of Git user emails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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