Skip to content

Instantly share code, notes, and snippets.

@gregstewart
Created June 2, 2014 09:19
Show Gist options
  • Save gregstewart/a2ea45d7ca35d424d83e to your computer and use it in GitHub Desktop.
Save gregstewart/a2ea45d7ca35d424d83e to your computer and use it in GitHub Desktop.
Git store and unset credentials snippet
# store credentials
git config credential.helper store
# unset storing of credentials
git config --unset credential.helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment