Git List Branches Ordered Recent CommitGit, list all branches ordered by recent commit:git for-each-ref --sort=-committerdate refs/heads/ --format='- %(refname:short): %(committerdate) %(authorname)'