From cfd33168115f218915aaddf68c0b08ddb2594605 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Mon, 5 May 2014 16:15:49 +0200 Subject: [PATCH] Automatically prune when fetching. Signed-off-by: Jacob Kiers --- tilde/gitconfig | 3 +++ 1 file changed, 3 insertions(+) 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