This commit is contained in:
louiscklaw
2025-02-01 02:11:18 +08:00
commit 71d7678073
8 changed files with 72 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 wyman5326,"
start git push