Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save textarcana/2658bb13b73ec6494e362cee56a1c50e to your computer and use it in GitHub Desktop.
Save textarcana/2658bb13b73ec6494e362cee56a1c50e to your computer and use it in GitHub Desktop.
(
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