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

@@ -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 {