Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mattstabeler/c4cf0bc2a8d56b88d3f68a6bbc8c8100 to your computer and use it in GitHub Desktop.
Save mattstabeler/c4cf0bc2a8d56b88d3f68a6bbc8c8100 to your computer and use it in GitHub Desktop.
In each subdir - set the git email address
find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && git config user.email you@example.co.uk" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment