Why isn't Git tracking changes in a subdirectory?

后端 未结 8 998
萌比男神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条回答
  •  猫巷女王i
    2020-12-15 08:36

    Try running git update-index --really-refresh.

    I did have similar problems on Windows and that solves it.

    You should also check the core.ignoreStat option with git config.

提交回复
热议问题