简体   繁体   中英

How do I set up git so that I get a message through gchat or aim that someone pushed onto the server?

What do I need to set up the server so that I get an update message through gchat/aim? Do I just set up a client on the server and use a hook combined with a script?

yes. all you need to do is make sure you have a command-line way of using your instant messenger application.

您可以使用.git / hooks / post-receive挂钩检查新的更改集,并使用sendxmpp等命令行工具发送消息。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM