Snippets

ASD Technologies git contributor statistic

Created by Aleksandr Petrov

File snippet.txt Added

  • Ignore whitespace
  • Hide word diff
+git ls-files | while read f; do git blame --line-porcelain $f | grep '^author '; done | sort -f | uniq -ic | sort -n
HTTPS SSH

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