Git: use libsecret as credential helper

This commit is contained in:
Filippo Berto 2023-11-04 09:58:35 +01:00
parent 369fd73085
commit 9af294273b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -102,7 +102,7 @@ in
"add.interactive".useBuiltin = false;
commit.gpgSign = true;
core.editor = "hx";
credential.helper = "cache --timeout=3600 ";
credential.helper = "git-credential-libsecret";
delta.side-by-side = true;
delta.line-numbers = true;
delta.navigate = true;