diff --git a/options/custom/programs/git.nix b/options/custom/programs/git.nix index d45354d..8749682 100644 --- a/options/custom/programs/git.nix +++ b/options/custom/programs/git.nix @@ -25,6 +25,7 @@ in { }; extraConfig = { + fetch.prune = true; init.defaultBranch = "master"; push.autoSetupRemote = true; pull.ff = "only";