Created
May 10, 2016 06:43
-
-
Save jonascheng/882ffdef286f813403313b90e8962db0 to your computer and use it in GitHub Desktop.
Frequent Git commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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