diff --git a/git.md b/git.md index 290c02c..e87b21b 100644 --- a/git.md +++ b/git.md @@ -23,4 +23,5 @@ Branches Config ============================================= -* set line ending behaviour `git config --global core.autocrlf true` \ No newline at end of file +* set line ending behaviour `git config --global core.autocrlf true` +* store credentials `git config credential.helper store` or `git config credential.helper cache` \ No newline at end of file