Each time someone pushed to develop, Git is creating the wrong path with small letter like /work/someDirectory/me.php
instead of /work/SomeDirectory/me.php
That give us untracked files as /work/SomeDirectory/me.php
and /work/someDirectory/me.php
with the small letter cannot be found even it gives it is created
Can anyone explain why?