diff --git a/user/modules/git.nix b/user/modules/git.nix index ff63f56..a37e8a2 100644 --- a/user/modules/git.nix +++ b/user/modules/git.nix @@ -9,5 +9,9 @@ enable = true; userEmail = "michaelhthomas@outlook.com"; userName = "Michael Thomas"; + extraConfig = { + credential.helper = "store"; + pull.rebase = "false"; + }; }; } \ No newline at end of file