Created
April 10, 2012 04:33
-
-
Save PuercoPop/2348329 to your computer and use it in GitHub Desktop.
Git pre-commit hook
This file contains 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 | |
ack '# TODO' apps --ignore-dir=common > TODO | |
git add ${GIT_DIR}/TODO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment