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
If I understood you right, you want to make an empty commit. In that case you need:
git commit --allow-empty