can you git commit without a message code example
Example: how to git commit without message
#newer versions of git allow for this
git commit -a --allow-empty-message -m ''
#newer versions of git allow for this
git commit -a --allow-empty-message -m ''