From 4afe610bf283f054773c2c9f4410cf59d134b216 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 7 Feb 2023 06:22:17 -0600 Subject: [PATCH] feat(git): enable git credential store --- dots/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dots/.gitconfig b/dots/.gitconfig index 24dd777b..7b9cf12b 100644 --- a/dots/.gitconfig +++ b/dots/.gitconfig @@ -58,3 +58,6 @@ ; Per environemnt specific setup shit [includeIf "gitdir:~/Git/SSFCU/"] path = ~/.dot_files/git-configs/.gitconfig-ssfcu + +[credential] + helper = store