Why isn't Git tracking changes in a subdirectory?

后端 未结 8 983
萌比男神i
萌比男神i 2020-12-15 07:52

I\'ve created git repository, added code and pushed it to GitHub.

Then locally, I\'ve edited the file Eila.Analyser/Program.cs, that was added to GitHu

8条回答
  •  庸人自扰
    2020-12-15 08:23

    I had the same issue but realised my issue was the ignore at top level. I ignored the .php files so anything that was of .php could not be changed

提交回复
热议问题