[Git] Git config ignorecase
By default, git ignorecase for filename. It might happen that you change the filename from Modal.vue
to modal.vue
, then commit to git, in remote repo, filename doesn't change at all, might might cause bug.
To avoid that, we can set
git config core.ignorecase false