From edd17a76284fe26ad16c352e0f155197b2194469 Mon Sep 17 00:00:00 2001 From: stanislas Date: Fri, 23 May 2025 07:51:19 +0000 Subject: [PATCH] added auto setup remote on push for old git versions --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8b8df49..25178ba 100644 --- a/.gitconfig +++ b/.gitconfig @@ -58,7 +58,11 @@ [pull] rebase = true [push] + # for git >= 2.37 autoSetupRemote = true + # for git < 2.37 + default = current + followTags = true [commit] verbose = true