Snippets

ASD Technologies git contributor statistic

Created by Aleksandr Petrov
git ls-files | while read f; do git blame --line-porcelain $f | grep '^author '; done | sort -f | uniq -ic | sort -n

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.