- Published on
Git ignoring case sensitive difference in File Names or folder
- Authors
- Name
Git ignoring case sensitive difference in File Names or folder
Sometimes when working on case-insensitive file systems like MacOs and Windows, Git might, by default, treat files or folders as case-insensitive and not track the changes.
To fix this run:
git config core.ignorecase false