One use of an empty commit would be to force a build to occur in an environment where builds are triggered whenever new commits are pushed.
git commit --allow-empty -m "Trigger Build"
One use of an empty commit would be to force a build to occur in an environment where builds are triggered whenever new commits are pushed.
git commit --allow-empty -m "Trigger Build"