From 647eb9638181209aa600a80d4d15af8dac40fef0 Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Thu, 8 Sep 2022 11:54:32 -0500 Subject: [PATCH] Add credential helper config for git --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig b/gitconfig index 7bca857..59f363d 100644 --- a/gitconfig +++ b/gitconfig @@ -64,3 +64,6 @@ [diff] colorMoved = default + +[credential] + helper = store