Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要什么来设置服务器以便通过 gchat/aim 获得更新消息?我是否只是在服务器上设置了一个客户端并使用结合脚本的钩子?
是的。您需要做的就是确保您拥有使用即时通讯应用程序的命令行方式。
您可以使用 .git/hooks/post-receive 挂钩来检查新的变更集,并使用像sendxmpp这样的命令行工具来发送消息。