# git help log git log --oneline --graph --decorate --all # or apt install gitk gitk --all
git log --oneline --graph --decorate $(git branch | tr -d ' *' | awk '{ print "master~1.."$0 }')