This commit is contained in:
louiscklaw
2025-01-31 20:54:19 +08:00
parent 5c584709c4
commit 7d470d6921
5 changed files with 79 additions and 0 deletions

7
scripts/gitUpdate.bat Normal file
View File

@@ -0,0 +1,7 @@
git status .
@pause
git add .
git commit -m"update scripts,"
start git push