Files
004_comission/gitUpdate.bat
louiscklaw f1cc2ea546 update,
2025-01-31 19:13:58 +08:00

9 lines
115 B
Batchfile

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