From faaebe537daf15606ebe673d630b2279ff5f97b8 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Mon, 21 Nov 2022 22:40:42 +0100 Subject: [PATCH] git: Configure default branch name --- home/cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/cli.nix b/home/cli.nix index 039f61e..4f64952 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -112,6 +112,7 @@ userEmail = "me@failco.de"; userName = "Alexander Kobjolke"; aliases = { st = "status"; }; + extraConfig = { init.defaultBranch = "main"; }; }; gpg = {