AndyJarrett

git and file name case

I needed to change the case of 2 files recently which when it came to committing with Git did not take. It seems since version 1.5.6 you can set ignorecase = "true" which seems to be the default.

To change this setting go to your project and edit the .git/config and set ignorecase = "false" or simply remove it