Created
February 9, 2018 20:45
-
-
Save treyharris/d68e0cad5e133d1983ffb290c316974a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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