Git 设置文件名大小写敏感
2020-09-28 本文已影响0人
我_bacd
// 查看是否忽略大小写 {true : '忽略', false :'不忽略'}
git config --get core.ignorecase
// 设置不忽略大小写
git config core.ignorecase false
// 查看是否忽略大小写 {true : '忽略', false :'不忽略'}
git config --get core.ignorecase
// 设置不忽略大小写
git config core.ignorecase false