Files
linker/push-dev.bat
snltty 702d508d82 init
2023-09-14 15:49:00 +08:00

7 lines
90 B
Batchfile

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