Git hooks in IntelliJ

31 Views Asked by At

I made a git post-merge hook. While testing it, I noticed that IntelliJ does not have native support for them. By the way, I tested the hook from the terminal, and I want to make sure they are supported by teammates' environments.

Is there something I am missing or IntelliJ just does not support client git hooks?

I tried to invoke the merge hook script by merging branches from IntelliJ, but I have not received any feedback from hook. Whereas I got the desired feedback by merging from the terminal.

According to what I have researched, I expect there is no option for receiving git hook feedback in IntelliJ.

0

There are 0 best solutions below