mirror of https://github.com/zulip/zulip.git
991 B
991 B
Zulip Git integration
Get Zulip notifications for your Git repositories!
{start_tabs}
-
{!create-an-incoming-webhook.md!}
-
{!download-python-bindings.md!}
-
{!create-channel.md!}
-
{!change-zulip-config-file.md!}
STREAM_NAME = "<Name of your channel>"
!!! tip ""
Customize notification branches by editing the `commit_notice_destination` function. By default, pushes to the `main`, `master`, and `test-post-receive` branches will result in a notification.
-
Symlink
/usr/local/share/zulip/integrations/git/zulip_git_config.py
to the.git/hooks
directory of your Git repository. -
Symlink
/usr/local/share/zulip/integrations/git/post-receive
to the.git/hooks
directory of your Git repository.
!!! tip ""
Use the `test-post-receive` branch to safely test the plugin without
modifying your main branch.
{end_tabs}
{!congrats.md!}