Hi there,
We're using a git post-receive hook to auto-minify our JS and sync our local and remote dev databases.
This is generally desirable, but occasionally not.
Is there anyway to pass an argument to the post-receive hook from git push so this can be disabled when required?
Thanks!