From: Andrew DeFaria Date: Fri, 26 Feb 2021 16:42:42 +0000 (-0800) Subject: Added credential store to ~/.git-credentials X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1a3d0aee95aee5cc91b78d17225870df9bcacb68;p=clearscm.git Added credential store to ~/.git-credentials --- diff --git a/rc/gitconfig b/rc/gitconfig index f903786..b2f74bd 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -57,6 +57,6 @@ [http] sslVerify = false [credential] - helper = store + helper = store --file ~/.git-credentials [pull] rebase = false