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

View file

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