SyntaxFix
Write A Post
Hire A Developer
Questions
Adding to DarVar's answer:
git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' | sort -k5n -k2M -k3n -k4n | awk '{print $7 $8}'
P.S.: We used AWK to pretty print the author and the remote branch.