Horje
lf will be replaced by crlf Code Example
lf will be replaced by crlf
Linux and MacOS: use characters as in file
$ git config --global core.autocrlf input

Windows: deactivate the automatic conversion to CRLF
$ git config --global core.autocrlf false
warning: LF will be replaced by CRLF in
# Option 1:
git config --global core.autocrlf false

# Option 2:---> Worked for me perfectly on Linux.
git config --global core.safecrlf false
warning: LF will be replaced by CRLF in Design/css/bootstrap.min.css.
$ git config --global core.autocrlf input
warning: LF will be replaced by CRLF
git config --global core.autocrlf true
LF will be replaced by CRLF in assets
git config core.autocrlf true
warning: LF will be replaced by CRLF
git config --global core.autocrlf false




Shell

Related
linux get available commands Code Example linux get available commands Code Example
rvm set default Code Example rvm set default Code Example
qpdf decrypt with password Code Example qpdf decrypt with password Code Example
how to find where python modules are installed Code Example how to find where python modules are installed Code Example
install firebase npm Code Example install firebase npm Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14