diff --git a/user/modules/git.nix b/user/modules/git.nix index a569765..d961002 100644 --- a/user/modules/git.nix +++ b/user/modules/git.nix @@ -17,7 +17,7 @@ userName = "Michael Thomas"; extraConfig = { credential.helper = lib.mkDefault "store"; - pull.rebase = "false"; + pull.rebase = "true"; init.defaultBranch = "main"; }; };