Dominik Madarász 2024-08-31 09:13:11 +02:00
parent d8f3d06bb1
commit c6dcb9029e
1 changed files with 4 additions and 4 deletions

View File

@ -262,16 +262,16 @@ if "%1"=="push" (
)
@REM sync depot
git stash
git stash > NUL 2>&1
git add depot
git commit -m "sync depot"
git stash pop
git stash pop > NUL 2>&1
@REM sync website
git stash
git stash > NUL 2>&1
git add website
git commit -m "sync website"
git stash pop
git stash pop > NUL 2>&1
if not "%2"=="local" (
git push