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"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)