Useful Git WIP alias command
add this to the .gitconfig
[alias]
wip = for-each-ref --sort='authordate:iso8601' --format=' %(color:green)%(authordate:relative)%09%(color:white)%(refname:short)' refs/heads
and enjoy git wip
sorting branches by most recent