Add prune to .gitconfig's fetch
dblume

dblume commited on 2022-05-22 08:43:20
Showing 1 changed files, with 2 additions and 0 deletions.

... ...
@@ -20,5 +20,7 @@
20 20
 	rebase = false
21 21
 [init]
22 22
 	defaultBranch = main
23
+[fetch]
24
+	prune = true
23 25
 [include]
24 26
 	path = ~/.gitconfig.local
25 27