Git Post Commit Hook to Play “Hallelujah” After a Commit
Inspired by Brandon Keepers, what follows is a self contained script that will play a single Hallelujah after you commit.
To make it work, place it in your repository’s .git/hooks directory as post-commit and chmod it executable.