Skip to content

Instantly share code, notes, and snippets.

@jgwill
Created May 21, 2019 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgwill/360b0505cd6acd0f29c29a84d72b2cee to your computer and use it in GitHub Desktop.
Save jgwill/360b0505cd6acd0f29c29a84d72b2cee to your computer and use it in GitHub Desktop.
GIT Bash - credentials - How to save username and password in GIT?
# credentials - How to save username and password in GIT? - Stack Overflow
#Run :
git config credential.helper store
#then
git pull
# Thanks: https://stackoverflow.com/questions/35942754/how-to-save-username-and-password-in-git/45327254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment