Files
_utils/_forms/gitUpdate.bat
louiscklaw b7c14c16c6 update,
2025-02-01 01:59:01 +08:00

7 lines
82 B
Batchfile

git status .
@pause
git add .
git commit -m"update _forms,"
start git push