7 lines
97 B
Batchfile
7 lines
97 B
Batchfile
@echo off
|
|
|
|
call git commit --allow-empty -m "RELEASE"
|
|
|
|
if "%~1" neq "false" (
|
|
call git push
|
|
) |