Custom commit message

Hi everyone, I recently switched to Logseq from Obsidian.
I use a Git repository to sync my notes between my devices.
On Obsidian i use this format for the commit message Updated notes: {{date}} where date is in the format YYYY-MM-DD HH:mm:ss.
How can I set the same commit message in Logseq?
Thanks

AFAIK, this is not possible yet. Perhaps a git pre-commit hook could do this.

Could be that the right hoot is prepare-commit-msg.

See .git/hooks/prepare-commit-msg.sample in any git repository for an example.