Files
linker/push-dev.bat
2024-07-18 16:00:55 +08:00

7 lines
98 B
Batchfile

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