9951 explained code solutions for 126 technologies


gitHow many lines of code from specific author


git log --author="author" --pretty=tformat: --numstatctrl + c
git log

explore repo log

--author

show only changes by specified author

author

author login/email to count lines for

--pretty=tformat: --numstat

will show only changed files by this author together with changed lines count