From e8c7386429629db5f1a10f27d1175700c9179a10 Mon Sep 17 00:00:00 2001 From: masterzu Date: Mon, 3 Mar 2025 12:03:29 +0100 Subject: [PATCH] git push: followTags --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 7d88044..e04f223 100644 --- a/.gitconfig +++ b/.gitconfig @@ -24,3 +24,5 @@ gpgsign = true [merge] tool = vimdiff1 +[push] + followTags = true