From a0d45ec0ddf2f07742462d2d758378468159a1ba Mon Sep 17 00:00:00 2001 From: Hendrik Boll Date: Thu, 20 Mar 2025 17:30:22 +0100 Subject: [PATCH] git: fix credentials -> credential --- dot_config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/git/config b/dot_config/git/config index f1305af..139ab93 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -37,7 +37,7 @@ [commit] gpgsign = true -[credentials] +[credential] helper = store [rebase]