Last active
December 21, 2015 16:39
-
-
Save ccopsey/6335536 to your computer and use it in GitHub Desktop.
Mac OSX filesystem uses Normalization-Form-Decomposition (NFD) for composite unicode characters. By default Git expects Normalization-Form-Composition (NFC). To make Git play nice with OSX, use the following command:
This file contains 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 --global core.precomposeunicode true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment