Files
004_comission/scripts/gitUpdate.bat
louiscklaw 7d470d6921 update,
2025-01-31 20:54:19 +08:00

7 lines
83 B
Batchfile

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