You can turn off the warning with
git config --global core.safecrlf false
(This will only turn off the warning, not the function itself.)
You can turn off the warning with
git config --global core.safecrlf false
(This will only turn off the warning, not the function itself.)