I’ve tried setting Git global settings:
git config --global branch.sort -committerdate
But it doesn’t affect the Sublime Merge branch list, so wondering if there is a command/setting in SM to do the same? i.e. so the branch list is sorted with most recently-active branch first, instead of sorted by name?