Created
October 2, 2010 02:10
-
-
Save seven1m/607176 to your computer and use it in GitHub Desktop.
git post-commit hook for use with gitcal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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