Skip to content

Instantly share code, notes, and snippets.

@kijuky
Last active September 21, 2018 12:14
Show Gist options
  • Save kijuky/b5ea10461694e3299418e248b0e8b517 to your computer and use it in GitHub Desktop.
Save kijuky/b5ea10461694e3299418e248b0e8b517 to your computer and use it in GitHub Desktop.
1ヶ月以上放置された TODO を見つける
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