git 启用大小写敏感

在mac 下面将已经push到远端的文件,改变其文件名的大小写时,Git默认会认为文件没有发生任何改动,从而拒绝提交和推送,原因是其默认配置为大小写不敏感,故须在bash下修改配置:

git config core.ignorecase false