From a560f743417525e062cb89081330c971c58a9d14 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 2 Apr 2023 14:39:33 +0200 Subject: [PATCH] Git: remove default branch setting --- hm_modules/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm_modules/git.nix b/hm_modules/git.nix index edad598..e5d8fb0 100644 --- a/hm_modules/git.nix +++ b/hm_modules/git.nix @@ -106,7 +106,7 @@ in # delta.side-by-side = true; diff.colorMoved = "default"; diff.guitool = "meld"; - init.defaultBranch = "main"; + # init.defaultBranch = "main"; merge.conflictstyle = "diff3"; merge.guitool = "meld"; merge.tool = "meld";