sajad torkamani
git for-each-ref --sort=-committerdate refs/heads/ --format="%(committerdate:iso8601) %(refname:short)"

This will output something like:

Show branches by commit date

Where the branch with the most recent commit is shown first.

Tagged: Git