I'm wondering if there's a way in Github to count the total amount of lines of code a specific user has written throughout all of its projects.
git log --author="<author>" --oneline --shortstat
would list the amount of code for a given repo, but I'm wondering if there is a way to list all the code a user has ever pushed to Github.