Git push over HTTP not activating remote hooks

With Git protocols, you will have different features enabled. For HTTP, this thread summarizes the issue: The “problem” here (which is very much the way HTTP protocol was designed) is that it isn’t git that updates repository on remote side on push (which knows about hooks), but web server via WebDAV. And web server knows … Read more