Last active
April 3, 2018 10:01
-
-
Save fabiofdsantos/54cee6dc93bbc38626d6c958a5198cae to your computer and use it in GitHub Desktop.
[Git] Count lines changed on multiple commits by a certain author
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
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