Skip to content

Instantly share code, notes, and snippets.

@therako
Created July 26, 2018 04:14
Show Gist options
  • Save therako/9b89cdb43a08b2bdb2732ed6828e82b5 to your computer and use it in GitHub Desktop.
Save therako/9b89cdb43a08b2bdb2732ed6828e82b5 to your computer and use it in GitHub Desktop.
Useful long git script
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