]> git.rmz.io Git - dotfiles.git/commitdiff
git: cache credentials
authorSamir Benmendil <me@rmz.io>
Tue, 31 Oct 2023 21:28:46 +0000 (21:28 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:36:18 +0000 (17:36 +0000)
I believe this was added to cache http user/pass for a while and avoid
having to enter them every time.

git/config

index a759c2e95004ba4e0c18886c1f912ced60fb8388..8f78436ffe94d24443dc3ba9116c24065f96208e 100644 (file)
@@ -56,3 +56,5 @@
 
 [includeIf "gitdir:~/src/fpp/**"]
        path = ~/.config/git/fpp.config
+[credential]
+       helper = cache