Skip to content

Instantly share code, notes, and snippets.

@golive
Created October 26, 2023 19:52
Show Gist options
  • Save golive/0b08146ca789e3b4d6ac6e13d16e8659 to your computer and use it in GitHub Desktop.
Save golive/0b08146ca789e3b4d6ac6e13d16e8659 to your computer and use it in GitHub Desktop.
Authors by current lines (Ruby)
git ls-files -z '*.rb' | xargs -0n1 git blame -w --line-porcelain | grep -E "author " | sed 's/author //' | sort -f | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment