[solved] Case sensitive renaming (git)
Windows isnt case sensitive so when I uploaded my files to the remote server, I had to rename a few files e.g. User_model.php -> user_model.php, however in the PHPstorm changes panel, the change did not list in the git repo. If I renamed to user_modelx.php then it shows as a rename. Also if I switched ti TortoiseGit and initiated a commit, the renamed files show up, ready for changing in the repo.
Any ideas?
Using 5.0.4
Please sign in to leave a comment.
Ok this is a git issue, not phpstorm.
I'd have to set ignorecase to false in the config file