Skip to content

Instantly share code, notes, and snippets.

@ccopsey
Last active December 21, 2015 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccopsey/6335536 to your computer and use it in GitHub Desktop.
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:
git config --global core.precomposeunicode true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment