I changed the ignorecase
value on git config to false
but now when I edit I file and check the status, git tells me that two files were modified though its actually the same file:
modified: ACFCache/AcfOptionsPlant.php
modified: AcfCache/AcfOptionsPlant.php
How can I make git forget the ACFCache
entry?