This commit is contained in:
louiscklaw
2025-01-31 19:13:58 +08:00
commit f1cc2ea546
9 changed files with 149 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 master config,"
start git push