From f390ea38d093f4910a2e63ebc39d4df2053f4cd5 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 10 Oct 2018 18:46:33 -0400 Subject: [PATCH] git config fetch.prune true :tada: --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig b/gitconfig index bbf513a..b413b06 100644 --- a/gitconfig +++ b/gitconfig @@ -31,6 +31,9 @@ [push] default = current +[fetch] + prune = true + [color] ui = auto