another change

main
Dominik Madarász 2023-08-11 01:17:10 +02:00
parent 4964c6dc04
commit 4093f97dec
1 changed files with 3 additions and 0 deletions

View File

@ -401,6 +401,9 @@ if "%1"=="push" (
git status git status
git add . git add .
git commit git commit
if "%2"=="out" (
git push
)
exit /b exit /b
) )