MicahElliott / captain

A simpler approach to git-hook management
Other
2 stars 0 forks source link

Look into git-config settings and GUIs #15

Open MicahElliott opened 11 months ago

MicahElliott commented 11 months ago

Maybe there are "git config editors" out there that make it convenient to change config. The it would be nice to leverage it for captain's config; eg, git config hooks.capt.disable true. Basically use the config as a universal db for storing all of capt's settings.

From git-confirm:

Git-Confirm: hooks.confirm.match not set, defaulting to 'TODO'
Add matches with `git config --add hooks.confirm.match "string-to-match"`