From 4456853ddc99b1695786d388dd3a697103158283 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 3 Oct 2022 09:37:06 +0200 Subject: [PATCH] chore(git): automatically setup remote tracking --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 629a381..e9ff90e 100644 --- a/gitconfig +++ b/gitconfig @@ -58,6 +58,7 @@ [push] default = upstream followTags = true + autoSetupRemote = true [status] showUntrackedFiles = all [transfer]