I used this global setting:
$ git config --global core.autocrlf input
Which should leave line endings in LF on my OSX system. I then try to stage files in sourcetree but receive but receive this fatal error:
fatal: CRLF would be replaced by LF in...
To my understanding, I want to convert CRLF to LF on my OSX system, correct? Is that git cmd above incorrect for that? Why do I receive this fatal error in SourceTree? Also, I hate git.