Top "Git-post-receive" questions

User defined script that is run on a git server after a git push command was issued.

Git Post-Receive Hook for Website Staging

I'm trying to set up Git for staging my website so that I can git pull to get the current …

git git-post-receive
Jenkins and GitHub webhook: HTTP 403

I have a GitHub repository which I would like to have notify Jenkins of new commits via a post-receive hook. …

github hudson nginx jenkins git-post-receive
How to test git hooks

Since "testing" is a common use for a Git hook, my question is hard to search for. I'm writing a …

git git-post-receive
Git post-receive hook not working

My setup is a windows XAMPP server, with cURL enabled, and Git and Hudson installed. Hudson polls Git every minute …

git curl hudson githooks git-post-receive
Git post-receive hook not working

We're using git with a central repo (using Gitosis). I've created a post-receive hook to generate an email to the …

git bash gitosis githooks git-post-receive
reset hard on git push

I have a post-receive hook script sitting on the remote repo I am pushing to that does a git reset …

git hook reset git-post-receive
Not able to detect branch from Git post-receive hook

I've got a post receive hook setup on the remote repo that tries to determine the branch name of the …

git hook git-post-receive
GIT error: fatal: /usr/libexec/git-core/git-submodule cannot be used without a working tree

I have a git repo with a submodule. I would use in post-receive hook file: git --git-dir="$GIT_DIR" --work-tree="$…

git git-submodules git-post-receive