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