From: Andrew DeFaria Date: Tue, 16 Feb 2021 00:26:41 +0000 (-0800) Subject: Storing credentials X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=476e89577a178ee0479a5908772c6271347dae29;p=clearscm.git Storing credentials --- 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