diff --git a/一键提交到git.bat b/一键提交到git.bat index 64ee5102d2..e6becc2904 100644 --- a/一键提交到git.bat +++ b/一键提交到git.bat @@ -8,7 +8,7 @@ for %%i in (%words%) do ( git add %%i* ) - git commit -m "bat批处理自动推送:%date:~0,10%,%time:~0,8%" + git commit -m "bat Resource Commit:%date:~0,10%,%time:~0,8%" :: git commit -m "%commitMessage%" git push origin master @echo 已经完成,