From b143ee90d5523db09ab1c88619faeebf573bbf11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 12 May 2025 22:18:44 +0200 Subject: [PATCH] git: use trunk as main branch by default --- nix/homeModules/common/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/homeModules/common/git.nix b/nix/homeModules/common/git.nix index b5b7c989..a501ecfd 100644 --- a/nix/homeModules/common/git.nix +++ b/nix/homeModules/common/git.nix @@ -16,7 +16,7 @@ # git itself programs.git = { extraConfig = { - init.defaultBranch = "mistress"; # haha gay haha + init.defaultBranch = "trunk"; # I like trees push.autoSetupRemote = true; pull.ff = "only"; rerere.enabled = true;