git log-refs

Show log with commits that are referred by some branch or tag

Git alias:

log-refs = log --all --graph --decorate --oneline --simplify-by-decoration --no-merges

Example:

git  log-refs