diff --git a/tilde/gitconfig b/tilde/gitconfig index 7b20527..cbaee30 100644 --- a/tilde/gitconfig +++ b/tilde/gitconfig @@ -72,3 +72,6 @@ # git config -f ~/.gitlocal user.name "Jacob Kiers" [include] path = .gitlocal + +[fetch] + prune = true