Some time ago I decided to rename my project and use a capital letter (Remoti instead of remoti). Then, I started having lots of changed files such as in the image:
In the image you can see there are two folders, and thus two different files, which also give different merge conflicts.
I have also tried to do git config --global core.ignorecase false
which resulted in what's actually happening.
Is there anything I can do to go back to normal?
Thanks in advance!