Skip to content

Instantly share code, notes, and snippets.

@fabiofdsantos
Last active April 3, 2018 10:01
Show Gist options
  • Save fabiofdsantos/54cee6dc93bbc38626d6c958a5198cae to your computer and use it in GitHub Desktop.
Save fabiofdsantos/54cee6dc93bbc38626d6c958a5198cae to your computer and use it in GitHub Desktop.
[Git] Count lines changed on multiple commits by a certain author
git log --author="Fábio Santos" --oneline --shortstat --after="2017-01-01" | grep -E " files? changed,"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment