From: Oleg Broytman Date: Wed, 19 Apr 2017 23:21:55 +0000 (+0300) Subject: .gitconfig: set push.followTags = true X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=e092cba894b13330558549463d21a1efbe112d32 .gitconfig: set push.followTags = true --- 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