From 82cf324652fd61baabbe8e49aa81c5552988f395 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 27 Nov 2023 23:32:03 +0100 Subject: [PATCH] Set git credential helper to something sane --- git/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index 1a9ac46..bd93a09 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -34,7 +34,7 @@ [hub] protocol = https [credential] - helper = store + helper = libsecret [init] defaultBranch = main [diff "dyff"]