.gitconfig: Add push.followTags

Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/596347008975241216
This commit is contained in:
Mathias Bynens
2015-05-07 18:30:58 +02:00
parent 9d30bd673c
commit f795b347aa
+2
View File
@@ -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