Replies: 3 comments 3 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
-
any news on this one? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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