1

I am new in git. I face the following error while commit the changes.

**fatal: LF would be replaced by CRLF**. 

Does ignoring this warning will change my source code?

Akshay Pethani
  • 2,390
  • 2
  • 29
  • 42
Aksh Patel
  • 11
  • 3
  • Mac/*nix use LF for line endings; Windows uses CRLF. If you're developing on Windows, it's not an issue. If you're not, it's your decision whether it matters or not. And yes, it's telling you it will change your source code by replacing LF with CRLF. – Ken White Jul 23 '16 at 04:34

0 Answers0