Skip to content

Instantly share code, notes, and snippets.

View FarMcKon's full-sized avatar

Far McKon FarMcKon

  • Mostly Philly, with ocassional NY and a splash of BOWASH
View GitHub Profile
@FarMcKon
FarMcKon / post-receive.rb
Created November 28, 2011 19:43 — forked from drfeelngood/post-receive.rb
Git post-receive hook that broadcasts commit messages via jabber
# post-receive
#
# Broadcast commit messages when pushed to the repositories master branch.
#
#== Git Configuration Example
# [notify]
# jabber = foo bar
#
require 'rubygems'
require 'jabber4r/jabber4r'