[Git] Git config ignorecase

By default, git ignorecase for filename. It might happen that you change the filename from Modal.vueto 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

 

posted @ 2025-05-06 14:10  Zhentiw  阅读(10)  评论(0)    收藏  举报