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 trial

Development Tools Git Basics Getting Started With Git The Staging Area

Andrei Punei
Andrei Punei
14,051 Points

Lf 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

No, 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
Andrei Punei
14,051 Points

Cheers bro...... thumbs up -----> you're great !!!!!