Git List Branches Ordered Recent Commit

Git

Git, list all branches ordered by recent commit:

git for-each-ref --sort=-committerdate refs/heads/ --format='- %(refname:short): %(committerdate) %(authorname)'