obsidian-git
obsidian-git copied to clipboard
add disable commit hooks setting
Could you explain why you need this option? E.g. why don't disable hooks in this repo completely?
On my work computer, we have global git commit hooks that work on all repos and disallow commiting to master. My obsidian repo is self-hosted at home and my main branch is master so this plugin would not commit and push.
I think this use case it a bit too specific for an extra setting option. When you are fine with disabling hooks completely for that git repo, you could try this answer. Of course omit --global.