Skip to content

Instantly share code, notes, and snippets.

@Natumsol
Created August 13, 2020 11:43
Show Gist options
  • Save Natumsol/f3ffd3e25035d91087e32656cb6bddf6 to your computer and use it in GitHub Desktop.
Save Natumsol/f3ffd3e25035d91087e32656cb6bddf6 to your computer and use it in GitHub Desktop.
配置git 大小写敏感
```sh
git config --global core.ignorecase false
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment