fix: automatically prune references that no longer exist remotely

This commit is contained in:
Sainan 2025-01-20 12:53:41 +01:00
parent 7bb857a17a
commit 23d5674a5d

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\ (