Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created August 23, 2012 09:03
Show Gist options
  • Save icaoberg/3434461 to your computer and use it in GitHub Desktop.
Save icaoberg/3434461 to your computer and use it in GitHub Desktop.
Git - Setup author and email address
git config --global user.name "Ivan E. Cao-Berg"
git config --global user.email "icaoberg@scs.cmu.edu"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment