Skip to content

Instantly share code, notes, and snippets.

@Dadangdut33
Created July 21, 2023 10:38
Show Gist options
  • Save Dadangdut33/ded2c1b06d6493af068c21f115c500bb to your computer and use it in GitHub Desktop.
Save Dadangdut33/ded2c1b06d6493af068c21f115c500bb to your computer and use it in GitHub Desktop.
Dont Ignore case changes in git
# Global
git config --global core.ignorecase false
# local
git config --local core.ignorecase false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment