Is it possible to make a message in GitKraken so the developer sees if the git hook manipulated his commit ?
I write git hooks where some files are not allowed to be send to the server and reset them in the commit. How can I make this visible to the developer in GitKraken ? It would be very bad if he does not see that a file which he commited was not commited.