coworking-with icon indicating copy to clipboard operation
coworking-with copied to clipboard

make sure this works with existing hooks

Open koddsson opened this issue 7 years ago • 0 comments

Right now we just exit if there is a commit-msg hook already which is good, this means that we don't overwrite existing hooks.

It would be really cool if we could temporarily install the hook along side the other hooks that are already installed.

Also add a --no-hooks flag that won't install any hooks and will assume you already have them so that people can at least just copy paste the code into their existing hook.

koddsson avatar Mar 18 '19 11:03 koddsson