Scalents retweetledi

#Git alias of the day:
branches = !"git for-each-ref --sort='-authordate:iso8601' --format=' %(color:green)%(authordate:iso8601)%09%(color:white)%(refname:short)' refs/heads"
Displays all local branches in the order of their last commit, allowing to see what you worked on when.
English












