Created
July 6, 2010 00:56
-
-
Save bobthecow/464871 to your computer and use it in GitHub Desktop.
`git todo` alias is the hotness.
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
[alias] | |
# install t first: http://github.com/sjl/t | |
todo = !python ~/path/to/t.py --task-dir "$(git rev-parse --show-toplevel)" --list TODO | |
bug = !python ~/path/to/t.py --task-dir "$(git rev-parse --show-toplevel)" --list BUGS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment