Skip to content

Instantly share code, notes, and snippets.

@inlanger
Created January 19, 2015 15:32
Show Gist options
  • Save inlanger/53cb05b893a4871588ae to your computer and use it in GitHub Desktop.
Save inlanger/53cb05b893a4871588ae to your computer and use it in GitHub Desktop.
When git ignore 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