How do I integrate with pre-commit? #391
Unanswered
SteveRuble
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Currently, we run reference-tranaction hooks and post-rewrite hooks. If there is an operation we are doing that git says should be running a hook but we don't, then feel free to open an issue. |
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
-
This seems like a really cool tool, but
git amend
seems to skip my.git/hooks/pre-commit
hooks, which I don't want! Is there a way to fire pre-commit hooks ongit amend
, or am I misunderstanding how I'm supposed to use this tool?Beta Was this translation helpful? Give feedback.
All reactions