i have a sass file in my repo for example _subfile.scss
when i git add <path to the file>
the file name is changed to something like this _subFile.scss
and i can't see anything related to the old name, if try and add it again it reverts back its name and keeps doing that and i have no idea WHY...
notice tho that i never really made changes to that file AT ALL, it just appeared to me in the modified files list so normally i just stashed it but stashing doesn't do anything to it as well it just stays there...
So any idea why this might be happening and how to solve it ?
Thank you in advance.
EDIT 1: Git status:
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: src/scss/components/_featureddiscussionsmodule.scss
Git stash:
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: src/scss/components/_featuredDiscussionsModule.scss
i don't want to add this file because it was never changed at all and i have no idea why its visible in the changes :/