Skip to content

Instantly share code, notes, and snippets.

@thomasbrus
Created August 1, 2012 18:27
Show Gist options
  • Save thomasbrus/3229532 to your computer and use it in GitHub Desktop.
Save thomasbrus/3229532 to your computer and use it in GitHub Desktop.
Git alias to show todo's.
[alias]
todo="grep --heading --break --ignore-case --color='always' -e ' TODO: *'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment