From 145a25974e546c803f9cafecb973059dfdd3a225 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 15 Nov 2025 15:39:47 +1100 Subject: [PATCH] Add git autoSetupRemote --- .config/git/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/gitconfig b/.config/git/gitconfig index 726f380..650fff7 100644 --- a/.config/git/gitconfig +++ b/.config/git/gitconfig @@ -22,6 +22,7 @@ [push] default = simple + autoSetupRemote = true [fetch] prune = true