Last Updated: February 25, 2016
·
16.69K
· bendihossan

git case sensitivity on OS X

By default, Mac OS X uses a case insensitive (but case preserving) file system, and Git seems to honor that.

git config core.ignorecase false

This will change your git configuration to be case sensitive on filenames.