List all git branches, most recently updated first

26 Jul 2013

$ git config alias.ls "for-each-ref --sort=-committerdate refs/heads/ --format='%(committerdate:short) %(refname:short)'"
$ git ls