Skip to content

Instantly share code, notes, and snippets.

@jonidelv
Last active August 2, 2017 18:42
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 jonidelv/1087936904e197572fe32f53120d2b5f to your computer and use it in GitHub Desktop.
Save jonidelv/1087936904e197572fe32f53120d2b5f to your computer and use it in GitHub Desktop.
Github configuration
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

If you dont want it to be global, just skip the global flag and you can set the git config just for your local projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment