开发者

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

开发者 https://www.devze.com 2023-02-05 03:51 出处:网络
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 开发者_StackOverflowon the server and use a hook combined with a script? You can use th

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 开发者_StackOverflowon the server and use a hook combined with a script?


You can use the .git/hooks/post-receive hook to inspect the new changesets and use a command line tool like sendxmpp to send the messages.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消