[ADD][GIT] Prune branches and tags on fetch

This commit is contained in:
Bruno BELANYI 2020-12-12 13:42:24 +01:00
parent 220873a68f
commit cf779c41dc

View file

@ -37,6 +37,10 @@
[diff] [diff]
algorithm = patience algorithm = patience
[fetch]
prune = true
pruneTags = true
[init] [init]
defaultBranch = main defaultBranch = main