From 03e4f60cd916af2c9261bc5234c1ed0f7cbf33ae Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Tue, 15 Oct 2024 00:55:33 +0100 Subject: [PATCH] feat: update git config Add configuration for the Gopass git-credentials-helper. --- templates/git/config.gotmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/git/config.gotmpl b/templates/git/config.gotmpl index 5ede20e..30b2bc4 100644 --- a/templates/git/config.gotmpl +++ b/templates/git/config.gotmpl @@ -39,3 +39,5 @@ clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process +[credential] + helper = gopass --store=git