From b941cdd18d2d2915c2d1f3826a7c2648cdf0bb3c Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 5 Mar 2024 16:25:36 +0900 Subject: [PATCH] enabled push.autoSetupRemote --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 7817fb6..992c58e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,3 +12,5 @@ rebase = true [rebase] autoStash = true +[push] + autoSetupRemote = true