Appearance
Linux用习惯了,使用git add对工作区进行缓存的时候没有注意到文件名的变更,在Windows环境下,文件名的大小写变更默认不会被git跟踪。
git add
git config core.ignorecase false