diff options
Diffstat (limited to '%HOME%/.gitconfig')
-rw-r--r-- | %HOME%/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 47ecb6a..c4f10b7 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -27,6 +27,7 @@ [push] # If no refspec is given, push to the branch with the same name. default = current + followTags = true [status] submoduleSummary = true |