Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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.
Source by docs.github.com #
 
PREVIOUS NEXT
Tagged: #git #convert #crlf
ADD COMMENT
Topic
Name
8+3 =