From 452d1bec90f3c697faa1a22feb912d652a754f0f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 16 Aug 2019 10:58:32 +0300 Subject: .gitconfig: push.followTags = true --- %HOME%/.gitconfig | 1 + 1 file changed, 1 insertion(+) (limited to '%HOME%/.gitconfig') diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 47ecb6a..c4f10b7 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -27,6 +27,7 @@ [push] # If no refspec is given, push to the branch with the same name. default = current + followTags = true [status] submoduleSummary = true -- cgit v1.2.3