I got bunch of these message after i added some files to git for staging
warning: LF will be replaced by CRLF in
Found out it was about line endings, after it was done. I git commit
to add my files but then found out that a bunch of other files we're added.
How do i remove those files from the warning and preserve the files i added before it?