store creds

This commit is contained in:
Paul Trowbridge 2018-09-26 08:57:17 -04:00
parent 63da9921c2
commit dd6eeabe5b
1 changed files with 2 additions and 1 deletions

3
git.md
View File

@ -23,4 +23,5 @@ Branches
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`