Last active
September 21, 2018 12:14
-
-
Save kijuky/b5ea10461694e3299418e248b0e8b517 to your computer and use it in GitHub Desktop.
1ヶ月以上放置された TODO を見つける
This file contains hidden or 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
git ls-files | xargs -L 1 git blame --before=1months -- | grep TODO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment