diff options
author | Mathias Bynens <mathias@qiwi.be> | 2015-05-07 18:30:58 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-05-07 18:30:58 +0200 |
commit | f795b347aa9d7be7b55784fa7ec9f57d4fa8fb36 (patch) | |
tree | 57dd1e7b997e3763a50fb90dcbadecc3daf9ecce | |
parent | 9d30bd673c72ed1cadb2720fe4fb44a8ce915a2b (diff) | |
download | dotfiles-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-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |