By neildaemond, an 'any-stack' hacking grasshopper.
Taking notes while tinkering with:

my favorite way to see git log from command line

it is…

git log --graph --oneline --decorate --branches

for details on how to use the git log command, see:

git help log


#Git   #CommandLine