From 723e16aba7ee44ac6e93c434ae56a1e669c6a821 Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Tue, 21 Nov 2023 08:46:59 -0500 Subject: [PATCH] feat: enable push.autoSetupRemote --- .gitconfig##template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig##template b/.gitconfig##template index cf8e2d2..b3dd725 100644 --- a/.gitconfig##template +++ b/.gitconfig##template @@ -37,3 +37,6 @@ [init] defaultBranch = main + +[push] + autoSetupRemote = true