This commit is contained in:
louiscklaw
2025-02-01 02:00:30 +08:00
parent b3da7aaef5
commit 3f4c5cd0dd
6 changed files with 302 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 choco_boo,"
start git push