Skip to content

Instantly share code, notes, and snippets.

@pixmin
Last active October 31, 2019 16:29
Show Gist options
  • Save pixmin/45e5fcd67f98927765f0b2753ed57abb to your computer and use it in GitHub Desktop.
Save pixmin/45e5fcd67f98927765f0b2753ed57abb to your computer and use it in GitHub Desktop.
GIT

Get big commits for someone

git log --author=guillaume --shortstat --oneline | egrep "^ ([0-9]{3,}) files changed" -B 1

Get commits containing psr

git log --grep psr

Get list of top commiters

git shortlog -ns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment