From 421e5e635133d09d909f53e81bfb29bed555c4a3 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 27 Dec 2022 10:52:44 -0500 Subject: [PATCH] ad --- home/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/git.nix b/home/git.nix index d51aa8e..092b65f 100644 --- a/home/git.nix +++ b/home/git.nix @@ -19,7 +19,7 @@ }; ignores = [ "*~" "*.swp" ]; extraConfig = { - init.defaultBranch = "master"; # based. + init.defaultBranch = "master"; # https://srid.ca/unwoke core.editor = "emacsclient"; #protocol.keybase.allow = "always"; credential.helper = "store --file ~/.git-credentials";