Answers for "git convert to crlf"

0

git convert to crlf

$ git config --global core.autocrlf true
# Configure Git to ensure line endings in files you checkout are correct for Windows.
# For compatibility, line endings are converted to Unix style when you commit files.
Posted by: Guest on April-10-2022

Code answers related to "git convert to crlf"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language