Skip to content

Instantly share code, notes, and snippets.

@caioleonhardt
Created February 16, 2017 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caioleonhardt/89a8d796207e279e518b3d88588cdfc7 to your computer and use it in GitHub Desktop.
Save caioleonhardt/89a8d796207e279e518b3d88588cdfc7 to your computer and use it in GitHub Desktop.
GIT - show the branch author
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