Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created June 17, 2015 14:00
Show Gist options
  • Save bouassaba/abc49238049210d815f7 to your computer and use it in GitHub Desktop.
Save bouassaba/abc49238049210d815f7 to your computer and use it in GitHub Desktop.
List Remote Git Branches By Author sorted by committerdate
git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' | sort -k5n -k2M -k3n -k4n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment