mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
Merge branch 'patch-2' into 'master'
add link to web hooks docs Add link to web hooks docs on custom hooks docs page. See merge request !3082
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
**Note: Custom git hooks must be configured on the filesystem of the GitLab
|
||||
server. Only GitLab server administrators will be able to complete these tasks.
|
||||
Please explore webhooks as an option if you do not have filesystem access. For a user configurable Git Hooks interface, please see [GitLab Enterprise Edition Git Hooks](http://doc.gitlab.com/ee/git_hooks/git_hooks.html).**
|
||||
Please explore [web hooks](doc/web_hooks/web_hooks.md) as an option if you do not have filesystem access. For a user configurable Git Hooks interface, please see [GitLab Enterprise Edition Git Hooks](http://doc.gitlab.com/ee/git_hooks/git_hooks.html).**
|
||||
|
||||
Git natively supports hooks that are executed on different actions.
|
||||
Examples of server-side git hooks include pre-receive, post-receive, and update.
|
||||
|
||||
Reference in New Issue
Block a user