From 476e89577a178ee0479a5908772c6271347dae29 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Mon, 15 Feb 2021 16:26:41 -0800 Subject: [PATCH] Storing credentials --- rc/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc/gitconfig b/rc/gitconfig index 719fcef..b9815e6 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -55,3 +55,5 @@ default = simple [http] sslVerify = false +[credential] + helper = store -- 2.17.1