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"; }; }; }