Apparently, changing a character in a file name from uppercase to lowercase is not detected by git. For example, changing NoteTaker.ts
to noteTaker.ts
is not registered as a change.
To fix this (obviously bad default), you can run this in your terminal:
git config core.ignorecase false