Hacker News new | ask | show | jobs
by alpb 2268 days ago
I alias `gbv` to this which shows you commit hash, msg, ID, author, date with colors:

alias gbv="git for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objec tname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'"