Created
May 22, 2019 07:38
-
-
Save aonurdemir/b1cc281e449ab0a12ce6aed9edddcac8 to your computer and use it in GitHub Desktop.
git save password locally
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
| git config credential.helper store | |
| git pull | |
| enter your password | |
| your done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment