Adam K Dean

Change filename case in git

Published on 20 January 2014 at 13:55 by Adam

Git is case-insensitive. So to change filename case in git, you have to jump through a (small) hoop.

git -f <source> <destination>

Example:

git -f src/helloworld.js src/HelloWorld.js

And that's it!



This post was first published on 20 January 2014 at 13:55. It was filed under archive with tags git.