Why is git ignoring my changed file?

前端 未结 9 1138
南旧
南旧 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:09

    Are you sure that your file is not excluded by some of the .gitignore files in parent directories?

提交回复
热议问题