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