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.
I try the command of git:
git mv --force src/stores/client/clientInformationDetails.ts src/stores/Client/clientInformationDetails.ts
