From 5e92f700bf602f7263e0bc6102645b950f910790 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 14 Jun 2024 14:28:13 +0800 Subject: [PATCH] Set push.autoSetupRemote to true (Git v2.37.1). --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 44dabd4..9d721ba 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,6 +29,7 @@ [pull] rebase = true [push] + autoSetupRemote = true default = current [rerere] enabled = true