From f795b347aa9d7be7b55784fa7ec9f57d4fa8fb36 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 7 May 2015 18:30:58 +0200 Subject: .gitconfig: Add `push.followTags` Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/596347008975241216 --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 2fba740..47bd74d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -142,6 +142,8 @@ # installations. To use `simple` instead, add this to your `~/.extra` file: # `git config --global push.default simple`. See http://git.io/mMah-w. default = matching + # Make `git push` push relevant annotated tags when pushing branches out. + followTags = true # URL shorthands -- cgit v1.2.3