Skip to content

Instantly share code, notes, and snippets.

@PuercoPop
Created April 10, 2012 04:33
Show Gist options
  • Save PuercoPop/2348329 to your computer and use it in GitHub Desktop.
Save PuercoPop/2348329 to your computer and use it in GitHub Desktop.
Git pre-commit hook
#!/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