From 518abae8ee7582f9d1a8f34c2e7fb39747ec1f69 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 23 Apr 2021 15:14:09 +0300 Subject: [PATCH] Add followTags property to push command --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 80fd560..3ab3997 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,3 +5,5 @@ editor = vim [init] defaultBranch = master +[push] + followTags = true