Git 设置文件名大小写敏感

// 查看是否忽略大小写 {true : '忽略', false :'不忽略'}
git config --get core.ignorecase
// 设置不忽略大小写
git config core.ignorecase false

你可能感兴趣的:(Git 设置文件名大小写敏感)