git FAQ

git 默认不区分大小写

如果只改变文件名目录名的大小写,git 的默认策略是会忽略的。

让 git 区分大小写:

git config core.ignorecase false

Last updated

Was this helpful?