Specify Git username and email

Right now logseq synchronizes notes by committing to a GitHub repo on behalf of user’s GitHub account. Those commits will be counted as user’s contribution, which isn’t ideal for me. I would love to be able to configure the Git commit username and email so I can transfer the syncing commits to a dummy delegate.

I’m sure it’s possible to workaround this issue by

  1. make the repo private and disable private repo contribution statistics
  2. create a GitHub bot account and use it to login to logseq.

But I think the email configuration approach would be simpler and easier for most users.