git replacing LF with CRLF
Asked 07 September, 2021
Viewed 2.8K times
  • 66
Votes

Running git on a Windows XP machine, using bash. I exported my project from SVN, and then cloned a bare repository.

I then pasted the export into the bare repositories directory, and did a:

git add -A

I then got a list of messages saying:


  

LF will be replaced by CRLF

What are the ramifications of this conversion? This is a .NET solution in Visual Studio.

21 Answer