fix(starter-bat): automatically prune references that no longer exist remotely (#838)

This commit is contained in:
Sainan 2025-01-20 18:28:56 +01:00 committed by GitHub
parent 10100ae2ca
commit 7b78f5a997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
@echo off @echo off
echo Updating SpaceNinjaServer... echo Updating SpaceNinjaServer...
git config remote.origin.prune true
git pull git pull
if exist static\data\0\ ( if exist static\data\0\ (