Created
June 17, 2015 14:00
-
-
Save bouassaba/abc49238049210d815f7 to your computer and use it in GitHub Desktop.
List Remote Git Branches By Author sorted by committerdate
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