Skip to content

Instantly share code, notes, and snippets.

@mikebarnhardt
Last active January 31, 2022 14:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikebarnhardt/dfafdf92b7ae17992928eb82d5763ad9 to your computer and use it in GitHub Desktop.
Save mikebarnhardt/dfafdf92b7ae17992928eb82d5763ad9 to your computer and use it in GitHub Desktop.
Force Git to track case changes in filenames.
git config --unset-all core.ignorecase && git config --system core.ignorecase false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment