From 6e512e048849c1ed252f9dc4873f698791b812d8 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 3 Aug 2025 20:32:58 -0700 Subject: [PATCH] git: configure autoSetupRemote to true --- git/.config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/.config/git/config b/git/.config/git/config index 66c8c7b..1ca12fe 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -10,4 +10,4 @@ email = eric.torres@its-et.me defaultBranch = main [push] - autoSetupRemote = always + autoSetupRemote = true