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
| Tweet |
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.
[Add Comment]