git log --all --decorate --oneline --graph
git log --graph #visually graphy commit history
$ git log --graph
$ git log --all --oneline --graph
git log --graph #shows a graphical link between commits, branches, merges, etc.
git log --graph --online #Same as"git log --graph", but condenses information