From d5dce975126474b54452f61067af143d385aa72f Mon Sep 17 00:00:00 2001 From: Max Koon Date: Mon, 18 Aug 2025 17:57:20 -0400 Subject: [PATCH] feat(max): enable autosetupremote in git --- host/max/home/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/host/max/home/git.nix b/host/max/home/git.nix index ec16b17..e80dab7 100644 --- a/host/max/home/git.nix +++ b/host/max/home/git.nix @@ -10,6 +10,7 @@ in userEmail = publicGitEmail; extraConfig = { init.defaultBranch = "main"; + push.autoSetupRemote = true; commit.gpgsign = true; gpg.format = "ssh";