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