如果只改变文件名或目录名的大小写,git 的默认策略是会忽略的。
让 git 区分大小写:
git config core.ignorecase false
Last updated 3 years ago
Was this helpful?