Created
March 21, 2019 16:50
-
-
Save emilong/857d4ce2a2c4c72c83d0e7d808b52feb to your computer and use it in GitHub Desktop.
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
for file in $(ag -l -Grb,js '(XXX|TODO)' $(git ls-files) 2>/dev/null); do | |
git blame -fn "$file" | egrep "(XXX|TODO)" | grep "$(git config user.name)" | |
don |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment