返回提交历史
Modified
UPDATE AND START SERVER.bat
+1
-0
XFEstudio/SpaceNinjaServer
chore: do 'git stash' before hard reset Just in case the user made local changes and then runs the bat we don't wanna have it be irrecoverably lost.
c3d7ae33
代码差异
1 个文件
+1
-0
@@ -3,6 +3,7 @@
3
3
echo Updating SpaceNinjaServer...
4
4
git config remote.origin.url https://openwf.io/SpaceNinjaServer.git
5
5
git fetch --prune
6
git stash
6
7
git reset --hard origin/main
7
8
8
9
if exist static\data\0\ (