DEV Community

RDS_Dev
RDS_Dev

Posted on

LF will be replaced by CRLF / GIT

I'm new to git. I tried to commit a branch but i did forget to stage it and getting an error saying: "warning: LF will be replaced by CRLF in src/main/resources/fxml/TypeTarifView.fxml.
The file will have its original line endings in your working directory" after looking for a while i did fix it with that command line: "git config --global core.autocrlf false"

Top comments (0)