Files
linker/push-dev.bat
2024-05-10 22:24:54 +08:00

7 lines
90 B
Batchfile

@echo off
SET comment=%1
git add .
git commit -m "%comment%"
git push origin dev --tags