ucsdlib / git-novice

Software Carpentry introduction to Git for novices.
http://ucsdlib.github.io/git-novice/
Other
4 stars 3 forks source link

Setting up Git: Talk about line endings warning for Windows users #51

Closed mcritchlow closed 7 years ago

mcritchlow commented 7 years ago

Windows users will receive a warning about the line endings. We should have an example of this in place and explain it so folks aren't concerned when they see it.

We could potentially have them set core.safecrlf false, as far as I can tell this is the only way to suppress the warnings..