fix(GitConfig): Remote prune on fetch
This commit is contained in:
@@ -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)"
|
||||||
|
Reference in New Issue
Block a user