add `make dstat`

main
Dominik Madarász 2023-10-13 12:09:54 +02:00
parent 45529b1fc3
commit d697d94f57
1 changed files with 7 additions and 0 deletions

View File

@ -160,6 +160,13 @@ if "%1"=="depot" (
exit /b exit /b
) )
if "%1"=="dstat" (
pushd depot
git status
popd
exit /b
)
if "%1"=="dpush" ( if "%1"=="dpush" (
pushd depot pushd depot
git add . git add .