Horje
warning: LF will be replaced by CRLF in 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
$ 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




Css

Related
css change background color of page Code Example css change background color of page Code Example
warning: LF will be replaced by CRLF in Design/css/bootstrap.min.css. Code Example warning: LF will be replaced by CRLF in Design/css/bootstrap.min.css. Code Example
div inline grid 100% width Code Example div inline grid 100% width Code Example
border: 1px solid black; Code Example border: 1px solid black; Code Example
how do i link my css to my html Code Example how do i link my css to my html Code Example

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