Files
mercury25/gitUpdate.bat
louiscklaw c95f0ffd0e update,
2025-02-01 02:04:13 +08:00

9 lines
111 B
Batchfile

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