How can I make a new commit and create a new message if no changes are made to files?
commit
Is this not possible since the commit\'s code (SHA ?) will be the
Empty commit with a message
git commit --allow-empty -m "Empty test commit"
Empty commit with an empty message
git commit --allow-empty --allow-empty-message