Replies: 2 comments 2 replies
-
Could you try invoking a custom command by running I remember there was talk about revamping the prefix approach, but I don't think anything has taken root yet. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Any update here ? wanted to know if we can add different types of args on commit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our workflow allows bypassing pre-commit hooks in certain cases.
commitChangesWithoutHook
('w' default shortcut) commits changes this way, but seems to only work if the description is "WIP". If I change that, it doesn't add--no-verify
.Is there any way to bypass hooks with any message?
I tried configuring
but got an error that that's required.
Beta Was this translation helpful? Give feedback.
All reactions