Visualize latest commits from all branches in git

Use git show-branch to know which branch last was committed to.

git show-branch --color

It visualizes all branches with their last commits.