From 5f8a0ad7ee3102f1e2ed4a697f399efe35a231c2 Mon Sep 17 00:00:00 2001 From: "Ethan J. Brown" Date: Wed, 20 Aug 2014 07:29:08 -0700 Subject: [PATCH] fix(GitConfig): Remote prune on fetch --- EthanBrown.GitConfiguration/tools/chocolateyInstall.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EthanBrown.GitConfiguration/tools/chocolateyInstall.ps1 b/EthanBrown.GitConfiguration/tools/chocolateyInstall.ps1 index 0178014..e7f7314 100644 --- a/EthanBrown.GitConfiguration/tools/chocolateyInstall.ps1 +++ b/EthanBrown.GitConfiguration/tools/chocolateyInstall.ps1 @@ -43,6 +43,8 @@ try { git config --global pack.packSizeLimit 2g git config --global help.format html git config --global rebase.autosquash true + + git config --global fetch.prune true Write-ChocolateySuccess $package } catch {