Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to set core.autocrlf in git

$ git config --global core.autocrlf input
# Configure Git to ensure line endings in files you checkout are correct for macOS
$ git config --global core.autocrlf true # for window
Source by docs.github.com #
 
PREVIOUS NEXT
Tagged: #set #git
ADD COMMENT
Topic
Name
3+4 =