update_public.bat
This commit is contained in:
parent
4e32e4861e
commit
5be9e98ae0
|
@ -1,5 +1,9 @@
|
|||
@echo off
|
||||
|
||||
if not exist ".\public" (
|
||||
pause
|
||||
)
|
||||
|
||||
cd .\public
|
||||
git checkout main
|
||||
git pull
|
||||
|
|
Loading…
Reference in New Issue