Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 888 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 888 Bytes

Push it to the Limits

Pushes you to the limits while coding: listen to an embarassing sound when you do a git push.

Clone the repository:

git clone https://github.com/lukasmartinelli/push-it.git

Install the pre-push hook into any repository:

./install.sh /path/to/any/git/repository

The install.sh script will create a git pre-push hook for the specified repository. The pre-push hook will play one of the wav files in the repositories with either aplay or afplay.

You can add your own sound files. Add it to the 'sounds' directory.

If you want set concretely sound, use sound's filename like second parameter

./install.sh /path/to/any/git/repository wubalubadubdub

Video Demo

Video Demo