How to see the commit graph

$ git log --oneline --graph --all

Command
git
Description
Show the commit logs in a concise graph format.