Files
004_comission/choco_boo/gitUpdate.bat
louiscklaw abff74fd77 update,
2025-01-31 19:29:24 +08:00

9 lines
111 B
Batchfile

git status .
echo "press enter to continue"
@pause
git add .
git commit -m"update choco_boo,"
start git push