Git, Windows, and how to deal with CR-LF

I am working in a UNIX-ish environment under Windows, so I don’t want Git to convert my Linux-LFs to CR-LF and vice versa. This is my Git setting:

$ git config --global core.autocrlf false


Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.