Git commit, no changes detected
I have a similar problem as described in https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000118110-Git-commit-no-changes-detected-problem-solved-
The files for which I made changes appear in yellow color, after looking into Pycharm settings on macOS I figured out those files are being ignored.
While the solution in the previous problem suggests doing the following:
Seems the status of the files shown as Ignored.
Make sure they are not added to Settings - Version Control - Ignored Files list.
I see no option called `Ignored Files list` in the latest version of PyCharm.

1 条评论
排序方式
日期
投票数
Hi, do you have those files in your `.gitignore` by any chance?
请先登录再写评论。