From acfb9ff9c015586d057e044a800b0870d11d06fe Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 18 Oct 2024 13:36:55 -0400 Subject: [PATCH] git: autoSetupRemote = true --- dot_config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/git/config b/dot_config/git/config index 0ca973e..c973050 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -5,6 +5,7 @@ ui = auto [push] default = current + autoSetupRemote = true [filesystem "N/A|13.0.2|/dev/sda2"] timestampResolution = 10000 nanoseconds minRacyThreshold = 6379 microseconds