Skip to content

Instantly share code, notes, and snippets.

@jonascheng
Created May 10, 2016 06:43
Show Gist options
  • Save jonascheng/882ffdef286f813403313b90e8962db0 to your computer and use it in GitHub Desktop.
Save jonascheng/882ffdef286f813403313b90e8962db0 to your computer and use it in GitHub Desktop.
Frequent Git commands
# Permanently authenticating with Git repositories
$ git config credential.helper store
$ git push https://github.com/repo.git
Username for 'https://github.com': <USERNAME>
Password for 'https://[email protected]': <PASSWORD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment