how to see map of branches in git

Shell
git log --graph --decorate --oneline
//visualisation of git branches
Source

Also in Shell: