由于将应用程序升级为PSR-0 complient(大写类文件名),我已将类更改为具有大写文件名。即。 users.php
已成为Users.php
。这很好用,git注意到了这些变化,然后推到了远程仓库。
我的问题是,如果我现在改变Users.php
的内容。旧users.php
和新Users.php
都显示为要暂存的已更改文件。
如何让git忘记文件的小写版本?
请注意。我正在使用无视套管的osx。
答案 0 :(得分:1)
在你的Git存储库中,如果有两个文件Users.php,users.php
git rm filename
git rm --cached filename