403 B
403 B
title, tags
| title | tags |
|---|---|
| Configure line endings | repository,configuration,intermediate |
Configures the line endings for a repository.
- Use
git config core.eol [lf | crlf]to configure the line endings. lfis the UNIX line ending (\n), whereascrlfis the DOS line ending (\r\n).
git config core.eol [lf | crlf]
git config core.eol lf # Configured to use UNIX line endings