Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.
Andrei Punei
14,051 PointsLf will be replaced by CRLF in index.html
In some cases when I add files to the staging area I get this message: warning: Lf will be replaced by CRLF in file_name. The file will have its original line endings in you're working directory
Do I have to worry about this?
2 Answers

Iain Simmons
Treehouse Moderator 32,252 PointsNo, I assume you're on Windows. It's just that Windows uses different line-endings to the Unix-based OSes like Linux and Mac OS X. Git just changes everything to be the same, but it doesn't really matter.
Andrei Punei
14,051 PointsCheers bro...... thumbs up -----> you're great !!!!!