Created
March 27, 2016 23:40
-
-
Save lucasprogamer/919fa56cb09472d28000 to your computer and use it in GitHub Desktop.
git save credencials
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
You can store your credentials using the following command | |
$ git config credential.helper store | |
$ git push http://example.com/repo.git | |
Username: <type your username> | |
Password: <type your password> | |
Also I suggest you to read | |
$ git help credentials |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment