From 138720944c5c8277e9c2942f4024e60a0904e3ae Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 14 Oct 2021 15:01:43 +0530 Subject: [PATCH] git: Drop followTags setting for push Not sure if we ever really needed this considering that we work on open source projects, where we need only push the branch from which we raise the MR. Pretty much the same for current client work as well. Are tags ever required for such scenario?. --- git/.gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index 7426c96..01af038 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -35,7 +35,6 @@ [pull] rebase = false [push] - followTags = true default = nothing [interactive] diffFilter = delta --color-only