Skip to content

Instantly share code, notes, and snippets.

View coppee's full-sized avatar
🤠
Space sheriff

Jérôme Coppée coppee

🤠
Space sheriff
View GitHub Profile
@coppee
coppee / git-snipets.md
Last active January 4, 2025 15:36
Git Snipets

Check if CLRF in files

git grep -Il $'\r'

Remove files already commited

git rm --cached `git ls-files -i -c --exclude-from=.gitignore`