Question
I edited a commit-msg hook which used to improve my work experience. But when I run npm uninstall simple-git-hooks, it will remove all hooks. I have to add commit-msg file back.
Can we add an option to keep these useful hooks?
If you think so, I am pleased to submit a pr.