Skip to content

Instantly share code, notes, and snippets.

@exuan
Created August 1, 2016 07:25
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 exuan/581fd2b0bff2e8a59d7a42c4feb6b8ac to your computer and use it in GitHub Desktop.
Save exuan/581fd2b0bff2e8a59d7a42c4feb6b8ac to your computer and use it in GitHub Desktop.
git 默认不区分文件名大小写, 被黑的欲仙欲死

git 默认不区分文件名大小写, 被黑的欲仙欲死, 需要关闭ignorecase

$ git config --global core.ignorecase false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment