Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

warning: LF will be replaced by CRLF in [file_path]

For Linux and MacOS: use characters as in file
	git config --global core.autocrlf input

For Windows: disable the automatic changing to CRLF
	git config --global core.autocrlf false
Source by iqcode.com #
 
PREVIOUS NEXT
Tagged: #LF #replaced #CRLF
ADD COMMENT
Topic
Name
7+9 =