mirror of https://github.com/zulip/zulip.git
934 B
934 B
Get Zulip notifications for your Git repositories!
-
{!create-a-bot-indented.md!}
-
{!download-python-bindings.md!}
-
{!create-stream.md!}
-
{!change-zulip-config-file-indented.md!}
You may also need to change the value of
STREAM_NAME
.You can specify the branches that will be used for notifications by modifying the
commit_notice_destination
function. By default, pushes to themaster
andtest-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 ""
You can test the plugin without changing your `master` branch by
pushing to the `test-post-receive` branch.
{!congrats.md!}