Skip to content

Instantly share code, notes, and snippets.

@anthonydelgado
Created September 9, 2016 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonydelgado/262996d1513bcd49f0d13c0cfb2e1ec8 to your computer and use it in GitHub Desktop.
Save anthonydelgado/262996d1513bcd49f0d13c0cfb2e1ec8 to your computer and use it in GitHub Desktop.
set up the right name and email for your git commits made via ssh key
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment