User defined script that is run on a git server after a git push command was issued.
I'm trying to set up Git for staging my website so that I can git pull to get the current …
git git-post-receiveI 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-receiveSince "testing" is a common use for a Git hook, my question is hard to search for. I'm writing a …
git git-post-receiveMy 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-receiveWe'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-receiveI 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-receiveI've got a post receive hook setup on the remote repo that tries to determine the branch name of the …
git hook git-post-receiveI 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