Last active
March 13, 2020 21:30
-
-
Save textarcana/2658bb13b73ec6494e362cee56a1c50e to your computer and use it in GitHub Desktop.
This file contains 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
( | |
echo 'app/' | |
echo 'test/' | |
) \ | |
| xargs -I@ bash -c " | |
echo @ | |
git log \ | |
--since='3 weeks ago' \ | |
--format='%ad' \ | |
--date=iso-local @ \ | |
| cut -d ' ' -f1 \ | |
| sort \ | |
| uniq -c" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment