Skip to content

Instantly share code, notes, and snippets.

@kai101
Created September 27, 2017 03:50
Show Gist options
  • Save kai101/d179021c6f481717bf6acd93f2d94e96 to your computer and use it in GitHub Desktop.
Save kai101/d179021c6f481717bf6acd93f2d94e96 to your computer and use it in GitHub Desktop.
git setup username and remember credential
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git config --global credential.helper 'cache --timeout=3600'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment