diff --git a/一键推拉.cmd b/一键推拉.cmd index 0fa5c4dc..ffd82124 100644 --- a/一键推拉.cmd +++ b/一键推拉.cmd @@ -1,3 +1,6 @@ +#提交时转换为LF,检出时不转换(以上问题使用此命令可解决) +git config --global core.autocrlf input + git add -A . git commit -am 'commit' git pull