arc icon indicating copy to clipboard operation
arc copied to clipboard

change crlf to lf

Open bilelkh opened this issue 3 years ago • 0 comments

git config core.autocrlf false

git rm --cached -r . # Don’t forget the dot at the end

git reset --hard

bilelkh avatar Jul 05 '21 21:07 bilelkh