I need to perform some actions (prepare gettext *.mo message files) on my project everytime I run git pull. Is there any suitable git hook, which I could use fo
git pull
post-merge - see https://git-scm.com/docs/githooks#_post_merge for more details of how to use it.
post-merge