From 1542a1a73a521710c068660403a9d3d369ddb26f Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 6 Sep 2022 11:38:00 +0300 Subject: [PATCH] Add git credential helpers --- home/.config/git/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.config/git/config b/home/.config/git/config index dc38079..80168b1 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -46,3 +46,7 @@ [init] defaultBranch = main + +[credential] + helper = cache --timeout=600 + helper = !pass-git-helper $@