From e092cba894b13330558549463d21a1efbe112d32 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 20 Apr 2017 02:21:55 +0300 Subject: [PATCH] .gitconfig: set push.followTags = true --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 0581c55..3860cb2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -194,6 +194,7 @@ [push] default = simple + followTags = true [receive] denyNonFastForwards = true -- 2.39.2