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