Last active
January 31, 2022 14:31
-
-
Save mikebarnhardt/dfafdf92b7ae17992928eb82d5763ad9 to your computer and use it in GitHub Desktop.
Force Git to track case changes in filenames.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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