I have a reactjs application and I am normalizing all file names to be lowercase to comply with Nodejs best practices
However when I change file names within Visual Studio Code, these changes are ignored by git, so I am unable to commit my changes.
I followed the steps outlined here to turn off git's default file case ignoring for Windows, but nothing changes after I verify it is toggled to off -- my file name changes occur but git doesn't pick up changes to allow me to commit them. switching branches resets the filename capitalization changes I have made.
How can I commit my changes to file name capitalization in git?