fix(GitConfig): Remote prune on fetch

This commit is contained in:
Ethan J. Brown
2014-08-20 07:29:08 -07:00
parent e8d3d8d9cd
commit 5f8a0ad7ee

View File

@@ -44,6 +44,8 @@ try {
git config --global help.format html git config --global help.format html
git config --global rebase.autosquash true git config --global rebase.autosquash true
git config --global fetch.prune true
Write-ChocolateySuccess $package Write-ChocolateySuccess $package
} catch { } catch {
Write-ChocolateyFailure $package "$($_.Exception.Message)" Write-ChocolateyFailure $package "$($_.Exception.Message)"