Is it possible to display the output of the post-receive hooks when pushing to a git repository?
Answered
We defined a few post-receive hooks. When I use 'git push' on the terminal, I see the output of the executed commands and thereby see if all of them executed successfully. When pushing via PhpStorm I didn't find a way to get this output. Because even if the git push is successful, one of the post-receive hook commands might throw an error.
Please sign in to leave a comment.
Hello,
Can you see the Console tab in Version Control tool window after pushing? Output should be sent there.
Yes, I see it. Thanks! Somehow never noticed :-|
Same here. Thanks. Might be nice to have this automatically open after clicking push.