Skip to content

Instantly share code, notes, and snippets.

@jtdp
Created April 24, 2013 10:28
Show Gist options
  • Save jtdp/5451184 to your computer and use it in GitHub Desktop.
Save jtdp/5451184 to your computer and use it in GitHub Desktop.
Set git username and email address
git config --global user.name "My Name"
git config --global user.email = "me@myemailhost.tld"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment