8606   Commit operation would create an 'empty' Commit

Cause

This error occurs when a commit operation has the effect of not changing the content of the Git repository; that is, the files being committed are identical to the existing ones. This would create an ‘empty’ commit.

Action

If you want to explicitly create an ‘empty’ commit, use the advanced features of another Git client.