From 4dd283c1ec9fdb83a7dbe8ad5305cce465aa8766 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Sun, 22 Jan 2023 20:58:21 +0100 Subject: [PATCH] Change git default branch to main --- home/fhauser/applications/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/fhauser/applications/git.nix b/home/fhauser/applications/git.nix index e9e5ff0..3ae2528 100644 --- a/home/fhauser/applications/git.nix +++ b/home/fhauser/applications/git.nix @@ -33,6 +33,7 @@ # }; #}; extraConfig = { + init.defaultBranch = "main"; core = { packedGitWindowSize = "16m"; packedGitLimit = "64m";