I am new exploring git commands and suddenly found LF and CRLF. When run the command git add the terminal shows the below:
LF will be replaced by CRLF in app.js. The file will have its original line endings in your working directory
-What is it about?
This is a duplicated question. Those are diffents types of line ending characters. You can get information about the differences on: Difference between CR LF, LF and CR line break types?
For its relation and importance on git, I think this part of the GitHub documentation expresses it very well: