From dd6eeabe5b0d8f67f9762287391389e7d5ec7bd4 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 26 Sep 2018 08:57:17 -0400 Subject: [PATCH] store creds --- git.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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