Guest User

Untitled

a guest
Feb 22nd, 2018
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. local git_email=$(git config --get user.email)
  2.  
  3. if [[ -z "${git_email}" ]]; then
  4. git config --local user.email treyharris@example.com
  5. fi
Add Comment
Please, Sign In to add comment