improve v4web cmd

main
Dominik Madarász 2023-10-28 20:11:19 +02:00
parent 0e402e84ed
commit 79265e0811
1 changed files with 6 additions and 0 deletions

View File

@ -273,6 +273,12 @@ if "%1"=="v4web" (
git commit -m "website update"
git push origin main
popd
git stash
git add website
git commit -m "sync website"
git pull
git push
git stash pop
exit /b
)