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.
There's instructions here, that provide you with details about how to fix the problem. You need to reset your index and commit fixed files before continuing now you've made the change.