Skip to content

Instantly share code, notes, and snippets.

@sara4dev
Created May 8, 2014 23:25
Show Gist options
  • Save sara4dev/8e3a493773637efa81c7 to your computer and use it in GitHub Desktop.
Save sara4dev/8e3a493773637efa81c7 to your computer and use it in GitHub Desktop.
git command to list all the branch with author details
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