From e45fcb26f1960a676a8ffbd3ff09e915a3dc8223 Mon Sep 17 00:00:00 2001 From: Joe Lillibridge Date: Wed, 30 Oct 2024 18:38:34 -0500 Subject: [PATCH] turn autoSetupRemote on --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index fe0bda6..0c60b80 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,3 +20,5 @@ ref = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format='%(refn [include] path = .gitconfig.local +[push] + autoSetupRemote = true