Skip to content

Instantly share code, notes, and snippets.

@seven1m
Created October 2, 2010 02:10
Show Gist options
  • Save seven1m/607176 to your computer and use it in GitHub Desktop.
Save seven1m/607176 to your computer and use it in GitHub Desktop.
git post-commit hook for use with gitcal
#!/bin/sh
# git post-commit hook
# uses gitcal (see http://gist.github.com/605303) to publish an icalendar format file to a server
# once on the web, you can easily link Google Calendar and see your commit log on GCal!
~/bin/gitcal | ssh [email protected] "sh -c 'cat > /var/www/htdocs/commits.ical'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment