Skip to content

Commit

Permalink
git: Add git todo alias
Browse files Browse the repository at this point in the history
  • Loading branch information
itspriddle committed May 31, 2017
1 parent edc89aa commit 5beba01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
strip-whitepsace = !git ls-files | xargs perl -i -pe 's/[\\t ]+$//g'
showf = show --format=fuller
pr = pull-request --push --copy --browse
todo = grep -wniI -e TODO -e FIXME

[advice]
statusHints = false
Expand Down

0 comments on commit 5beba01

Please sign in to comment.