I am wondering if there is a way in Github to count the total number of lines of code that a user has written on all his projects.
git log --author="<author>" --oneline --shortstat will list the amount of code for this repo, but I am wondering if there is a way to list all the code that the user has ever clicked on Github.
git github
mjkaufer
source share