empty commits in git code example
Example 1: git empty commit
git commit --allow-empty -m "Trigger notification"
Example 2: git clear commits
git reset --hard origin
git commit --allow-empty -m "Trigger notification"
git reset --hard origin