Skip to content

Instantly share code, notes, and snippets.

@albuquerquev
Created January 19, 2013 05:11
Show Gist options
  • Save albuquerquev/4570898 to your computer and use it in GitHub Desktop.
Save albuquerquev/4570898 to your computer and use it in GitHub Desktop.
A Super Quick Start To Git Post - Initial Setup (http://goo.gl/0w7ei)
git config --global user.name "Peter Parker"
git config --global user.email peterparker@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment