From 52ca68fe7e064a1cf7ac7b9cd5f05599b2e71cb2 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 16 Sep 2021 16:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=B5=84=E6=BA=90=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 一键提交到git.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 已经完成,