PhpStorm with Git shows thousand of changed file every couple of minutes

41 Views Asked by At

I'm experiencing a strange issue in the last couple of months with PHP + Git. While working on some local branch every couple of mins (sometimes it more random an less aggressive) PhpStorm will show all my monorepo files changed. Like so:

enter image description here

The only way to temporarily fix this situation is do git add . and push my changes to the branch ASAP. But then it might happen again several min later.

My PhpStorm version is:

Build #PS-232.8660.205, built on July 28, 2023

Couldn't find an proper solution.

0

There are 0 best solutions below