Last active
December 19, 2015 03:29
-
-
Save robin850/5890596 to your computer and use it in GitHub Desktop.
Try not to forget about [ci skip]
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
# touch .git/hooks/post-commit | |
# chmod u+x .git/hooks/post-commit | |
# Enjoy! | |
#!/usr/bin/env ruby | |
puts "\033[01;31mDid you use [ci skip]?\033[00;00m" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment