Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. If you’ve ever used Git in windows, you may have seen something like this every time you add files to Git:
  2.  
  3. warning: LF will be replaced by CRLF in www/index.html.
  4. The file will have its original line endings in your working directory.
  5. warning: LF will be replaced by CRLF in www/templates/dash.html.
  6. The file will have its original line endings in your working directory.
  7.  
  8. If you want to turn it off, type this:
  9.  
  10. git config --global core.safecrlf false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement