Git is not detecting a file and is not in .gitignore

前端 未结 16 1375
执念已碎
执念已碎 2020-12-05 04:19

I have a file called \"style.css\" and git is not detecting it. It doesn\'t detect it if I delete it either, but it does detect if I change the name of the file. But I need

16条回答
  •  粉色の甜心
    2020-12-05 04:24

    Extra note, I ran into this problem and found that changes to files weren't being added to commits. Nothing seemed to work, except Right clicking the project, and doing:

    Team > Advanced > No assume unchanged

提交回复
热议问题