Created
July 26, 2018 04:14
-
-
Save therako/9b89cdb43a08b2bdb2732ed6828e82b5 to your computer and use it in GitHub Desktop.
Useful long git script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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