Ok, so i have read all threads on this topic, and my understanding is the following:
if i set core.autocrlf = true in Windows, git should convert all my crlf line endings to LF when committing and pushing.
This is what i want, and i have my config set up as such. However, when i check in a text file with CRLF endings, i get the error messsage:
fatal: LF would be replaced by CRLF
I don't get it... shoudn't the opposite happen when i commit?