From 4162c619e3838daf168d4574c643818fa3cb730f Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 27 Jul 2025 00:08:54 -0700 Subject: [PATCH] git: add autoSetupRemote config --- git/.config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/.config/git/config b/git/.config/git/config index 8e3fec3..66c8c7b 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -8,3 +8,6 @@ email = eric.torres@its-et.me pager = no [init] defaultBranch = main + +[push] + autoSetupRemote = always