From c9c7d8b583f8978c171b3985abf10362ea0034e8 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 31 Oct 2023 21:28:46 +0000 Subject: [PATCH] git: cache credentials I believe this was added to cache http user/pass for a while and avoid having to enter them every time. --- git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/config b/git/config index a759c2e..8f78436 100644 --- a/git/config +++ b/git/config @@ -56,3 +56,5 @@ [includeIf "gitdir:~/src/fpp/**"] path = ~/.config/git/fpp.config +[credential] + helper = cache -- 2.48.1