Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gabrielcsapo/b263fd6be135773ab10617918b7c525a to your computer and use it in GitHub Desktop.
Save gabrielcsapo/b263fd6be135773ab10617918b7c525a to your computer and use it in GitHub Desktop.
Show to how to commit case sensitive changes to git
git config core.ignorecase false
git rm -rf --cached .
git add -A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment