From 40fbd4841bdc1a7a8a3e0b3537df5d317794d76b Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Thu, 23 May 2024 13:40:57 +0400 Subject: [PATCH] set git credential helper to libsecret --- git/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index 915d9dc..4086b41 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -2,5 +2,5 @@ name = Laurent Le Houerou email = laurent@lehouerou.net [credential] - helper = cache --timeout=3600 + helper = /usr/lib/git-core/git-credential-libsecret