update_public.bat

This commit is contained in:
sk 2024-04-24 16:57:28 +08:00
parent 4e32e4861e
commit 5be9e98ae0
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
@echo off
if not exist ".\public" (
pause
)
cd .\public
git checkout main
git pull