Skip to content

Instantly share code, notes, and snippets.

@eliasby
Last active August 29, 2015 14:08
Show Gist options
  • Save eliasby/e046439c89d887b5ae89 to your computer and use it in GitHub Desktop.
Save eliasby/e046439c89d887b5ae89 to your computer and use it in GitHub Desktop.
Setup Git for the first time
$ 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