Skip to content

Instantly share code, notes, and snippets.

@qetr1ck-op
Last active September 4, 2015 14:49
Show Gist options
  • Save qetr1ck-op/ca7809aa4a58e8a65a4b to your computer and use it in GitHub Desktop.
Save qetr1ck-op/ca7809aa4a58e8a65a4b to your computer and use it in GitHub Desktop.
git config credential.helper store
git push http://example.com/repo.git
Username: <username>
Password: <password>
[several days later]
git push http://example.com/repo.git
[your credentials are used automatically]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment