git config fetch.prune true 🎉

This commit is contained in:
Dan Buch 2018-10-10 18:46:33 -04:00
parent 9bc084277b
commit f390ea38d0
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

View File

@ -31,6 +31,9 @@
[push] [push]
default = current default = current
[fetch]
prune = true
[color] [color]
ui = auto ui = auto