Added credential store to ~/.git-credentials
authorAndrew DeFaria <Andrew@DeFaria.com>
Fri, 26 Feb 2021 16:42:42 +0000 (08:42 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Fri, 26 Feb 2021 16:42:42 +0000 (08:42 -0800)
rc/gitconfig

index f903786..b2f74bd 100644 (file)
@@ -57,6 +57,6 @@
 [http]
        sslVerify = false
 [credential]
-       helper = store
+       helper = store --file ~/.git-credentials
 [pull]
        rebase = false