aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2015-05-07 18:30:58 +0200
committerMathias Bynens <mathias@qiwi.be>2015-05-07 18:30:58 +0200
commitf795b347aa9d7be7b55784fa7ec9f57d4fa8fb36 (patch)
tree57dd1e7b997e3763a50fb90dcbadecc3daf9ecce
parent9d30bd673c72ed1cadb2720fe4fb44a8ce915a2b (diff)
downloaddotfiles-f795b347aa9d7be7b55784fa7ec9f57d4fa8fb36.tar.gz
dotfiles-f795b347aa9d7be7b55784fa7ec9f57d4fa8fb36.tar.bz2
dotfiles-f795b347aa9d7be7b55784fa7ec9f57d4fa8fb36.zip
.gitconfig: Add `push.followTags`
Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/596347008975241216
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
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