From fedcda2b6ad460394c8a9891059237f8822fc6d4 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 28 May 2023 19:18:03 +0100 Subject: [PATCH] Use git credential store method --- home/git/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/git/common.nix b/home/git/common.nix index 8399e877..a351ce16 100644 --- a/home/git/common.nix +++ b/home/git/common.nix @@ -27,6 +27,7 @@ extraConfig = { pull.rebase = false; init.defaultBranch = "main"; + credential.helper = "store"; }; }; }