Files
wyman5326/gitUpdate.bat
louiscklaw 71d7678073 update,
2025-02-01 02:11:18 +08:00

9 lines
111 B
Batchfile

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