Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Created January 22, 2015 22:56
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 mhkeller/c6e06b49965180f05da7 to your computer and use it in GitHub Desktop.
Save mhkeller/c6e06b49965180f05da7 to your computer and use it in GitHub Desktop.
Setting up git
mkdir .git
touch .git/config
git config user.name "YOUR-NAME"
git config user.email "YOUR-EMAIL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment