diff --git a/home.nix b/home.nix index 9ae6163..7571925 100644 --- a/home.nix +++ b/home.nix @@ -362,6 +362,10 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: rebase.autoStash = true; pull.rebase = true; push.autoSetupRemote = true; + init = { + defaultBranch = "master"; + objectFormat = "sha256"; + }; }; };