Skip to content

Instantly share code, notes, and snippets.

@LunaCodeGirl
Created September 10, 2013 23:55
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 LunaCodeGirl/6517464 to your computer and use it in GitHub Desktop.
Save LunaCodeGirl/6517464 to your computer and use it in GitHub Desktop.
Git initial global configuration
git config --global user.name "Your Name"
git config --global user.email your.email@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment