store creds

This commit is contained in:
Paul Trowbridge 2018-09-26 08:57:17 -04:00
parent 63da9921c2
commit dd6eeabe5b

1
git.md
View File

@ -24,3 +24,4 @@ Config
============================================= =============================================
* set line ending behaviour `git config --global core.autocrlf true` * set line ending behaviour `git config --global core.autocrlf true`
* store credentials `git config credential.helper store` or `git config credential.helper cache`