From: Samir Benmendil Date: Tue, 31 Oct 2023 21:28:46 +0000 (+0000) Subject: git: cache credentials X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c9c7d8b583f8978c171b3985abf10362ea0034e8?ds=sidebyside git: cache credentials I believe this was added to cache http user/pass for a while and avoid having to enter them every time. --- 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