diff --git a/user/modules/git.nix b/user/modules/git.nix index a37e8a2..369f09f 100644 --- a/user/modules/git.nix +++ b/user/modules/git.nix @@ -12,6 +12,7 @@ extraConfig = { credential.helper = "store"; pull.rebase = "false"; + init.defaultBranch = "main"; }; }; } \ No newline at end of file