Browse Source

gitconfig: always prune when fetching

raylu 9 years ago
parent
commit
992ea8335d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

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