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

Posted: 07-Mar-2010

View: 2453

Permalink: here

Comments

Hi Andy, thanks for the post. And I watched a related video at http://www.videorolls.com/watch/Contributing-with-... It will be useful. Thank you.

#1 Adam Smith
02/Jul/10 10:28 AM