From 79f3d5bb729fa5c399772d6f7ab548f1c77723fc Mon Sep 17 00:00:00 2001 From: xuxin <840198532@qq.com> Date: Wed, 27 Aug 2025 14:55:02 +0800 Subject: [PATCH] =?UTF-8?q?08-27-=E5=91=A8=E4=B8=89=5F14-55-02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/push.bat b/push.bat index 206b8a7..c9e38a6 100644 --- a/push.bat +++ b/push.bat @@ -17,6 +17,8 @@ if "%hh:~0,1%"==" " set hh=0%hh:~1,1% set commitmsg=%yyyy%-%mm%-%dd%_%hh%-%nn%-%ss% +git config --global core.autocrlf input + git add . git commit -m "%commitmsg%" git push