This commit is contained in:
louiscklaw
2025-01-31 21:28:24 +08:00
parent ca0eb416dd
commit 86fddf271b
10 changed files with 336 additions and 0 deletions

8
mercury25/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