Skip to content

Instantly share code, notes, and snippets.

@treyharris
Created February 9, 2018 20:45
Show Gist options
  • Save treyharris/d68e0cad5e133d1983ffb290c316974a to your computer and use it in GitHub Desktop.
Save treyharris/d68e0cad5e133d1983ffb290c316974a to your computer and use it in GitHub Desktop.
local git_email=$(git config --get user.email)
if [[ -z "${git_email}" ]]; then
git config --local user.email [email protected]
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment