pdca0-dev-hub/cmd/build-commit.bat

7 lines
95 B
Batchfile

@echo off
call git commit --allow-empty -m "build"
if "%~1" neq "false" (
call git push
)