git: Prune tags by default on fetch

This commit is contained in:
Sanchayan Maity 2020-10-05 17:58:25 +05:30
parent 2f8acc928a
commit a37f176d94
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
sslVerify = false
[fetch]
prune = true
pruneTags = true
[diff]
colorMoved = default
[merge]