Created
September 3, 2018 06:15
-
-
Save sonhmai/d7ab8cb6c629d9d6a6f3ede41c1b999f to your computer and use it in GitHub Desktop.
GIT
This file contains hidden or 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
# saves credentials | |
$ git config credential.helper store | |
$ git push http://example.com/repo.git | |
Username: <type your username> | |
Password: <type your password> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment