Git by default prints branches alphabetically but you can configure it to be more useful by sorting by recent commits with
git config --global branch.sort -committerdate
Git by default prints branches alphabetically but you can configure it to be more useful by sorting by recent commits with
git config --global branch.sort -committerdate