You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, yep, this would be a nice feature to implement. However, if im not mistaken, you can omit from using git hooks using --no-verify option when you run git commit
It's useful to skip git hooks installation when environment variable is set, e.g. SIMPLE_GIT_HOOKS=0
Similar functionality in husky: https://typicode.github.io/husky/guide.html#bypass-hooks
The text was updated successfully, but these errors were encountered: