git config --global branch.sort -committerdate
`git branch -l` lists alphabetically by default, so it's hard to find recent branches. This sorts by date instead!
git config --global branch.sort -committerdate
`git branch -l` lists alphabetically by default, so it's hard to find recent branches. This sorts by date instead!