Why is git ignoring my changed file?

前端 未结 9 1136
南旧
南旧 2021-02-04 05:22

I make an arbitrary change to a file within my git working directory.

git status does not recognized that the file has changed.

git add /path

9条回答
  •  梦谈多话
    2021-02-04 06:10

    After you did git add, did you do a commit so it's actually in the repo and can be compared to the (changed) working copy?

提交回复
热议问题