diff options
Diffstat (limited to '.gitconfig')
-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 |