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 {