Problem: If you rename a file by only changing its casing, Git won't “see”...
Problem: If you rename a file by only changing its casing, Git won't “see” the change.
Solution: Use git mv.
Example: git mv useraccount.js userAccount.js
Problem: If you rename a file by only changing its casing, Git won't “see” the change.
Solution: Use git mv.
Example: git mv useraccount.js userAccount.js