From 2e7dc80fcacad1816a1c4479b7e0702367409132 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 15 May 2024 22:32:15 -0400 Subject: [PATCH] chore(git): narrow explanation down --- home/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/git.nix b/home/git.nix index 34c0c86..1260147 100644 --- a/home/git.nix +++ b/home/git.nix @@ -38,7 +38,7 @@ }; }; extraConfig = { - init.defaultBranch = "master"; # https://srid.ca/unwoke + init.defaultBranch = "master"; # Undo breakage due to https://srid.ca/luxury-belief core.editor = "nvim"; #protocol.keybase.allow = "always"; credential.helper = "store --file ~/.git-credentials";