Answers for "git add . error fatal: lf would be replaced by crlf in app/models/notificationsubject.php"

2

warning: LF will be replaced by CRLF in

$ git config --global core.autocrlf input
Posted by: Guest on July-19-2020
0

warning: LF will be replaced by CRLF

git config --global core.autocrlf false
Posted by: Guest on April-04-2021

Code answers related to "git add . error fatal: lf would be replaced by crlf in app/models/notificationsubject.php"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language