Skip to content

Instantly share code, notes, and snippets.

@rodrimaia
Created July 23, 2014 16:08
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 rodrimaia/0dfe7e95c4c7ec8de1e7 to your computer and use it in GitHub Desktop.
Save rodrimaia/0dfe7e95c4c7ec8de1e7 to your computer and use it in GitHub Desktop.
GIT - Armazenar Credenciais
Para armazenar credenciais:
git config credential.helper store
Para remover credenciais:
git config --unset credential.helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment