By neildaemond, an 'any-stack' hacking grasshopper.
Taking notes while tinkering with:
my favorite way to see git log from command line
Thu, Sep 21, 2017 in /quick-tips/
it is…
git log --graph --oneline --decorate --branches
for details on how to use the git log
command, see:
git help log
#Git #CommandLine