I have got some files automatically modified in my git repository. git status
shows them as modified. When I do git reset --hard HEAD
, those files are still being shown as modified and current time as modified time.
Probably some process is modifying them. How to know what is happening?