diff options
| author | tekkub <tekkub@gmail.com> | 2009-11-17 23:03:15 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-11-17 23:03:15 -0700 |
| commit | a8a4f4b48ba3afc555d148e851de24c5c1259d1f (patch) | |
| tree | 0f8fb5bdc86f31fd7a567325ffebc6b1b7965b17 /_posts/2009-10-16-post-receive-hooks.textile | |
| parent | c91006611098b584e946470578e783aa32520c35 (diff) | |
Add webhook testing guide
Diffstat (limited to '_posts/2009-10-16-post-receive-hooks.textile')
| -rw-r--r-- | _posts/2009-10-16-post-receive-hooks.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_posts/2009-10-16-post-receive-hooks.textile b/_posts/2009-10-16-post-receive-hooks.textile index ae27cfc..056ccb1 100644 --- a/_posts/2009-10-16-post-receive-hooks.textile +++ b/_posts/2009-10-16-post-receive-hooks.textile @@ -5,6 +5,8 @@ description: Working with GitHub's post-receive web hooks. categories: collaborating --- +p(. _For help testing webhooks, see "this guide":/testing-webhooks_ + If you supply a post-receive URL, GitHub will POST to that URL when someone uses <code>git push</code> on that repository. <img src="http://img.skitch.com/20090814-ksn6tk94h8is3ddgsxmsmuxk4s.jpg"/> |
