Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAndrei 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,305 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 !!!!!