This commit is contained in:
louiscklaw
2025-02-01 02:04:13 +08:00
commit c95f0ffd0e
13 changed files with 384 additions and 0 deletions

8
gitUpdate.bat Normal file
View File

@@ -0,0 +1,8 @@
git status .
echo "press enter to continue"
@pause
git add .
git commit -m"update mercury25,"
start git push