Change caps for a committed file Change the capitalization of a file that’s already commit to the the repository can be tricky. Perforce won’t let you do this by default it it runs on a Windows server. (see article) git is easier to do. (see post) either of these 2: git config --global core.ignorecase false git mv --force myfile MyFile