摘要: git文件名修改后提交远程无变化 修改文件名大小写后重新提交代码,结果发现git status中并未找到该变化,究其原因是默认git配置了忽略大小写敏感 $ git config core.ignorecasetrue# 下面设置大小写敏感为敏感$ git config core.ignorecas 阅读全文
posted @ 2020-10-13 19:14 shuihanxiao 阅读(1710) 评论(0) 推荐(0) 编辑