git – Disable “LF will be replaced by CLRF” warning in Git on Windows

Od posmura

 

warning: LF will be replaced by CRLF in www/index.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in www/index.php
The file will have its original line endings in your working directory.
...

 

git config --global core.safecrlf false