message no. 94278
Posted by felsenhower in #github at 2015-05-18T17:28:34Z
My repo is being worked on from both Linux and Windows computers, and I want that the source uses LF line endings at all locations (remote Github, local Windows, local Linux). The option git config "core.autocrlf true" sounds like it does the exact opposite. Is that false, if not, what does it do?