change crlf to lf
Open
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 289
- PR merge metrics
- No merged PRs in 30d
Description
git config core.autocrlf false
git rm --cached -r . # Don’t forget the dot at the end
git reset --hard
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the repository's tracked files and the supplied Git commands: `git config core.autocrlf false`, `git rm --cached -r .`, and `git reset --hard`. Confirm that the repository's line endings are changed from CRLF to LF and that the working tree remains clean afterward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100