PhpStorm perform case sensitivity?

33 views Asked by At

I have two folders in GitHub:

- Client
- client

But in PhpStorm on Mac I get data exist only inside Client folder and not both client and Client.

enter image description here

I try the command of git:

git mv --force src/stores/client/clientInformationDetails.ts src/stores/Client/clientInformationDetails.ts
0

There are 0 answers