diff --git a/users/price/home.nix b/users/price/home.nix index f5ca52c2..93d06116 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -267,7 +267,7 @@ in unstage = "reset HEAD --"; }; extraConfig = { - init.defaultBranch = "Development"; + init.defaultBranch = "main"; merge.conflictstyle = "zdiff3"; branch.autosetupmerge = "always"; remote.pushDefault = "origin";