Explorar o código

gitconfig: always prune when fetching

raylu %!s(int64=9) %!d(string=hai) anos
pai
achega
992ea8335d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

@@ -43,6 +43,9 @@
 [rerere]
 	enabled = true
 
+[fetch]
+	prune = true
+
 [push]
 	default = upstream