How to display a message when a developer try to push #654
Unanswered
MatteoGauthier
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey! Do you want to just show the recommendation or you want to wait for the confirmation of a developer? A simple # lefthook.yml
pre-push:
commands:
show-message:
run: echo 'Please make sure your code is tested' |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey ! I'm trying to implement a simple lefthook config to show a message of recommendation when a developer of my team try to git push.
Does someone can help me achieve that ?
Beta Was this translation helpful? Give feedback.
All reactions