From 7bb6604364354262990bb6476165b6f45c582478 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 29 Oct 2025 12:15:40 -0600 Subject: [PATCH] feat(git)!: don't auto push tags --- dot_config/git/config.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/git/config.tmpl b/dot_config/git/config.tmpl index a69474d9ddc83c7f4f2eb9c551e4a326a9cdbf5d..fc09bdea06a4eeefc39369b4691222afd4f9a23f 100644 --- a/dot_config/git/config.tmpl +++ b/dot_config/git/config.tmpl @@ -71,7 +71,7 @@ [pull] rebase = true [push] - followTags = true + followTags = false autoSetupRemote = true default = current [branch]