I need a git command to convert file line ending in Macintosh (CR) to Windows (CRLF) in windows

345 Views Asked by At

git config --global core.autocrlf true command is not helping.

Also if there is a python script which can change the line endings for multiple files together, it will help.

0

There are 0 best solutions below